TcxCustomRow.IndexOf(TcxCustomRow) Method
Returns zero-based child row index in the collection of the current row.
Declaration
function IndexOf(ARow: TcxCustomRow): Integer;
Parameters
Name | Type |
---|---|
ARow | TcxCustomRow |
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