TcxCustomRow.IndexOf(TcxCustomRow) Method
In This Article
Returns zero-based child row index in the collection of the current row.
#Declaration
Delphi
function IndexOf(ARow: TcxCustomRow): Integer;
#Parameters
Name | Type |
---|---|
ARow | Tcx |
#Returns
Type |
---|
Integer |
#Remarks
Returns zero-based child row index in the collection of the current row.
The ARow parameter represents the child row.
If the ARow is not child this method returns -1.
See Also