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.
if Row[Index].ChildCount > 0 thenfunction HasChildren(const Index: Integer): Boolean;if Row[Index].ChildCount > 0 then