TdxTreeViewNodes.Item Property
In This Article
Provides indexed access to stored nodes.
#Declaration
Delphi
property Item[Index: Integer]: TdxTreeViewNode read; default;
#Property Value
Type | Description |
---|---|
Tdx |
A tree node. |
See Also