TcxCustomRow.HasChildren Method
In This Article
Tests if the current row has children.
#Declaration
Delphi
function HasChildren: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
The HasChildren method returns True if the Count property is greater than 0.
See Also