RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.AbsoluteIndex Property

Indicates the index of the tree node relative to the first tree node in a tree node.

Pascal
property AbsoluteIndex: Integer;
C++
__property int AbsoluteIndex;

Use AbsoluteIndex to determine absolute position of a node in a tree nodes object. The first tree node in a tree nodes object has an index of 0 and subsequent nodes are numbered sequentially. If a node has any children, its AbsoluteIndex is one less than the index of its first child. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!