|
|
|
| acTreeView component as subproperty of BoldItem structure.
|
| type
|
| TacItemIndexIs = (iiAbsoluteIndex, iiImageIndex);
|
|
|
| property ItemIndexIs: TTreeNode; // iiAbsoluteIndex by default
|
| The ItemIndexIs property specifies the meaning for the ItemIndex property value.
|
|
|
| In case if you want to choose the "bold" node by its absolute index within the TreeView control set ItemIndexIs to iiAbsoluteIndex.
|
|
|
| In case if "bold" node should be selected by its standard ImageIndex set ItemIndexIs to iiImageIndex.
|
| ItemIndex property;
|
| OnBoldItemBeforeSwitch and OnBoldItemSwitched events.
|