A Long expression that specifies the index of the item being selected. Use the ItemByIndex
property to access the Item object giving its
index.
The SelectItem property specifies the
index of the item being selected. The SelectColumn
property specifies the index of the column being selected. The FaceTreeSelectionChanged
/ FaceTreeValueChanged event notifies your
application once the user selects a new item. The Value
property indicates the value of the selected item/column. The Caption
property indicates the caption or the text being shown at the selected
The SelectItem property specifies the
index of the item being selected. The SelectColumn
property specifies the index of the column being selected.
item/column. The ShowSelection
property specifies whether the selection is shown or hidden. The FullRowSelect
property specifies whether the selection is shown on single or all columns. The SelBackColor
property specifies the visual appearance of selected cell/item. The SelForeColor
property specifies the foreground color of selected cell/item.