TcxCustomRow.IsParent(TcxCustomRow) Method
Tests if the current row is a parent of the specified row.
Declaration
function IsParent(ARow: TcxCustomRow): Boolean;
Parameters
| Name | Type |
|---|---|
| ARow | TcxCustomRow |
Returns
| Type |
|---|
| Boolean |
Remarks
Returns True if the current row is a parent of a row specified by the ARow or a parent of the ARow‘s parent and so on.
See Also