TdxOcNode.AbsoluteCount Property
In This Article
Returns the total count of child nodes.
#Declaration
Delphi
property AbsoluteCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to identify the total count of child nodes regardless of their nesting levels.
To access individual child nodes, use the AbsoluteItems property.
See Also