Skip to main content

TdxCustomOrgChart.AbsoluteItems Property

Provides indexed access to all the child nodes at all hierarchy levels.

Declaration

property AbsoluteItems[Index: Integer]: TdxOcNode read;

Property Value

Type
TdxOcNode

Remarks

Use this property to access a specific child node by passing its zero-based index as the Index parameter. To obtain the returned elements count, use the AbsoluteCount property.

To access only the child nodes at the nearest nesting level, use the Items property instead.

See Also