Zero or more of the following options may be specified to further define column options. Syntax is:
~option = value
Each option=value pair must be delimited on both sides by a single tilde, with a double tilde marking the end of the column definition.
Example
COLDEF + = "10~15~Title~S~Color=3,7~Scale=200~Filter=PATTERN~ClickExit=-88,89~~"
The above example shows a complete definition for one column, starting in position 10, with width 15, column header "Title", type S, and the three option=value pairs.
Note that both option and value are case sensitive. Additional examples may be found in
Option |
Description |
|
Defines a column whose contents are filled automatically starting with the specified base number, and incrementing by 1 for each data row in the tree. |
Caption |
Used with XTF2_POPUP to specify the caption of the popup window housing the XTREE. |
|
Use to associate shared lists (combo boxes) with individual cells rather than entire columns. |
CellListX |
List substitution style (aka INFLD ||L) combo lists. |
|
|
CollapseExit |
Triggers an exitcode when a branch is collapsed; |
Color |
A pair of digits, comma separated, representing the desired foreground and background text color for the column, from the A-Shell palette. Use only if you want the column to have a different color scheme from the others. E.g.: Color=1,2. (Foreground color one, background color two). Also see RGBbg, RGBfg. |
TreeID |
Tree=<identifier> identifies this tree uniquely to specific to this tree. |
VertAlign |
Overrides default vertical centering of text or images within each cell. Choices are Top and Bottom—e.g. VertAlign=Top. |
Note 1: When option is associated with the pseudo zero column, it becomes the default for all subsequent columns. That default can be overridden by individual column settings.
Zero or more of the following options may be specified to further define column options. Syntax is:
~option = value
Each option=value pair must be delimited on both sides by a single tilde, with a double tilde marking the end of the column definition.
Example
COLDEF + = "10~15~Title~S~Color=3,7~Scale=200~Filter=PATTERN~ClickExit=-88,89~~"
The above example shows a complete definition for one column, starting in position 10, with width 15, column header "Title", type S, and the three option=value pairs.
Note that both option and value are case sensitive. Additional examples may be found in the
Note 1: When option is associated with the pseudo zero column, it becomes the default for all subsequent columns. That default can be overridden by individual column settings.