treeview FindAbsoluteIndexByNode method
Return to Introduction  Previous page  Next page
Applies to
acTreeView and acTreeComboBox components.  

Declaration
function FindAbsoluteIndexByNode(Node: TTreeNode): Integer;  

Description
The FindAbsoluteIndexByNode method retreives the absolute index from node specified in the Node parameter.  
 
tip To get the node by abolute index you can use following code:  
 
Node := acTreeView1.Items[AbsoluteIndex];  

See also
FindNode methods.