Skip to main content

TcxCustomVerticalGrid.NextVisibleRow(TcxCustomRow) Method

Returns the next visible row after the one specified.

Declaration

function NextVisibleRow(ARow: TcxCustomRow): TcxCustomRow;

Parameters

Name Type
ARow TcxCustomRow

Returns

Type
TcxCustomRow

Remarks

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

Note

if the specified row is the last visible (see LastVisibleRow), 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 FirstVisibleRow.

See Also