Skip to main content
A newer version of this page is available. .

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