TdxTreeViewNode.AbsoluteIndex Property
In This Article
Returns the node’s index in the Tree View.
#Declaration
Delphi
property AbsoluteIndex: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The node index. |
#Remarks
All nodes in the Tree View are indexed from top to bottom regardless of their nesting levels.
See Also