Back to Devexpress

TdxOcNode.Items Property

vcl-dxorgchr-dot-tdxocnode-887e6ff2.md

latest664 B
Original Source

TdxOcNode.Items Property

Provides zero-based indexed access to individual child nodes.

Declaration

delphi
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

TdxOcNode.Count

TdxOcNode.Index

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit