treecombobox FindNodeByAbsoluteIndex method
Previous  Top  Next
Applies to
tcTreeComboBox components.  

Declaration
function FindNodeByAbsoluteIndex(AbsoluteIndex: Integer): TTreeNode;  

Description
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).  

See also
FindNode and FindAbsoluteIndexByNode methods.  
File not found.