Skip to main content

TcxCustomVerticalGrid.PrevRow(TcxCustomRow) Method

Returns the previous row to the one specified.

Declaration

function PrevRow(ARow: TcxCustomRow): TcxCustomRow;

Parameters

Name Type
ARow TcxCustomRow

Returns

Type
TcxCustomRow

Remarks

The ARow parameter specifies the grid row after the one required.

Note

if the row specified is the first within the rows collection (see Rows), the method returns nil. You should always check the return value against nil before using the object returned. If the ARow parameter value is nil, this method returns the LastRow.

See Also