TdxCustomOrgChart.Items Property
Provides the zero-based indexed access to the nodes at the zero nesting level.
Declaration
property Items[Index: Integer]: TdxOcNode read; default;
Property Value
Type |
---|
TdxOcNode |
Remarks
Use this property to access the root level node, passing its index as the Index parameter. To obtain the accessible items count, use the RootCount property. To access a specific root node descendant, use the node’s Items property.
See Also