TcxCustomVerticalGrid.NextVisibleRow(TcxCustomRow) Method
In This Article
Returns the next visible row after the one specified.
#Declaration
Delphi
function NextVisibleRow(ARow: TcxCustomRow): TcxCustomRow;
#Parameters
Name | Type |
---|---|
ARow | Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
The ARow parameter specifies the grid row before the one required.
Note
if the specified row is the last visible (see Last
See Also