TdxCustomTreeView.AbsoluteItems Property
Provides indexed access to tree nodes.
Declaration
property AbsoluteItems[Index: Integer]: TdxTreeViewNode read;
Property Value
Type | Description |
---|---|
TdxTreeViewNode | A tree node. |
Remarks
All nodes are indexed from top to bottom regardless of their nesting levels.
See Also