TdxOcNode.Items Property
Provides zero-based indexed access to individual child nodes.
Declaration
property Items[Index: Integer]: TdxOcNode read; default;
Property Value
Type |
---|
TdxOcNode |
Remarks
This property provides access only to the current node’s direct descendants, unlike the AbsoluteCount property.
See Also