TcxCustomRow.IsChild(TcxCustomRow) Method
Tests if the current row is a child of the row specified by the ARow.
Declaration
function IsChild(ARow: TcxCustomRow): Boolean;
Parameters
Name | Type |
---|---|
ARow | TcxCustomRow |
Returns
Type |
---|
Boolean |
Remarks
Returns True if the current row is the child of the row specified by the ARow. It presumes that this method returns False if the current row has no parents at all.
See Also