Skip to main content

TdxTreeCustomNode.Items Property

Provides indexed access to the node’s children.

Declaration

property Items[Index: Integer]: TdxTreeCustomNode read; default;

Property Value

Type Description
TdxTreeCustomNode

A node index.

Remarks

Use the node’s Count property to obtain the total count of node children.

See Also