TcxCustomRow.IsParent(TcxCustomRow) Method
In This Article
Tests if the current row is a parent of the specified row.
#Declaration
Delphi
function IsParent(ARow: TcxCustomRow): Boolean;
#Parameters
Name | Type |
---|---|
ARow | Tcx |
#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