TdxTreeCustomNode.Items Property
In This Article
Provides indexed access to the node’s children.
#Declaration
Delphi
property Items[Index: Integer]: TdxTreeCustomNode read; default;
#Property Value
Type | Description |
---|---|
Tdx |
A node index. |
#Remarks
Use the node’s Count property to obtain the total count of node children.
See Also