Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<x, 1>
LevelIntegerThe item's level in the tree 
<x, 2>
KeyTextThe item's unique key 
<x, 3>
DataTextThe item's data
""
<x, 4>
Data Type
 <x, 4, 1>
TypeOptionThe item's data type, used to make sorting accurate and efficient
Text
 <x, 4, 2>
FormatFormatted StringThe item's data format, used to present the data to the user
""
<x, 5>
ClassTextThe item's class, an application specific string used for classification purposes
""
<x, 6>
ImageFormatted StringThe item's image, either a file or a key pointing to a global image
""
<x, 7>
Colors
 <x, 7, 1>
Text ColorColorThe color of the item's text
WindowText
 <x, 7, 2>
BackgroundColor FillThe item's background
Window
<x, 8>
FontFontThe font used to render the item's data
Tahoma, 8 pt.
<x, 9>
Alignment
 <x, 9, 1>
HorizontalOptionThe horizontal alignment of the item's data
Left
 <x, 9, 2>
VerticalOptionThe vertical alignment of the item's data
Center
<x, 10>
SortOptionThe item's sort setting
None
<x, 11>
Check BoxOptionThe item's check box setting
None
<x, 12>
ExpandableBooleanWhether or not the item can be expanded or collapsed by the user
1
<x, 13>
HeightIntegerThe item's height
16
<x, 14>
HyperlinkBooleanWhether or not the item displays hyperlink feedback to the user
0
<x, 15>
SelectableBooleanWhether or not the item can be selected by the user
1
<x, 16>
Swatch ColorColor FillA custom colored rectangle that appears at the beginning or end of an item
None
<x, 17>
Swatch PositionOptionThe position of the swatch, if there is one: Left or Right
Left
<x, 18>
Swatch Size
 <x, 18, 1>
WidthIntegerThe swatch width, in pixels, if there is one
13
 <x, 18, 2>
HeightIntegerThe swatch height, in pixels, if there is one
13
<x, 19>
FieldsList of user defined fields and their values: each value has the following format:
""
 <x, 19, y, 1>
Field NameTextThe unique field name
""
 <x, 19, y, 2>
Field ValueTextThe field's value
""

...