Developer

HasChildren

Determine whether row have child rows.

function HasChildren(const Index: Integer): Boolean;

Parameters


Index
Integer
Index (absolute) of row. This parameter is zero-based.
This method is shorthand for following code:

if Row[Index].ChildCount > 0 then

See also