Indicates if the specified index position is valid for the rows in the grid.
Source position: grids.pas line 1137
protected function TCustomGrid.IsRowIndexValid( |
AIndex: Integer |
):Boolean; |
AIndex |
|
Index position examined in the method. |
True when Index is in range for the rows in the grid.
The return value is True when AIndex is in the range 0..RowCount-1.
|
Number of rows in the grid. |
| Version 4.4 | Generated 2025-11-08 | Home |