![]() |
Previous Top Next |
tcTreeComboBox components.
|
function FindNodeByAbsoluteIndex(AbsoluteIndex: Integer): TTreeNode;
|
The FindNodeByAbsoluteIndex method search the tree node with absolute index equal to the value specified in the AbsoluteIndex parameter.
|
|
Function returns the pointer to tree node if it successfully found, or NIL (NULL) otherwise (if the node with specified absolute index not exists in the tree view).
|
FindNode and FindAbsoluteIndexByNode methods.
|