Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRow.IsChild(TcxCustomRow) Method

Tests if the current row is a child of the row specified by the ARow.

#Declaration

Delphi
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