TdxTreeViewNode.AbsoluteIndex Property
Returns the node’s index in the Tree View.
Declaration
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