TcxTreeListNode.Count Property
In This Article
Returns the number of child nodes.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the Count property to obtain the number of child nodes owned by the node. You can access all child nodes of the node via the Items property.
See Also