TdxOcNode.AbsoluteCount Property
Returns the total count of child nodes.
Declaration
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