TdxTreeCustomNode.Count Property
In This Article
Returns the total count of the node’s children.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The total child node count. |
See Also