|
|
|
| acTreeComboBox and acTreeView components.
|
| function FindAbsoluteIndexByNode(Node: TTreeNode): Integer;
|
| The FindAbsoluteIndexByNode method retreives the absolute index from node specified in the Node parameter.
|
|
|
|
|
| Node := acTreeComboBox1.Items[AbsoluteIndex];
|
| FindNode method.
|