TdxOcNode.AbsoluteItems Property
In This Article
Provides indexed access to all the child nodes at all hierarchy levels.
#Declaration
Delphi
property AbsoluteItems[Index: Integer]: TdxOcNode read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to access a specific child node by passing its zero-based index as the Index parameter. To obtain the accessible items count, use the AbsoluteCount property.
To access only the child nodes at the nearest nesting level, use the Items property instead.
See Also