[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the specified index position is valid for the columns in the grid.
Source position: grids.pas line 1136
protected function TCustomGrid.IsColumnIndexValid( |
AIndex: Integer |
):Boolean; |
AIndex |
|
Index position examined in the method. |
True when Index is in range for the column definitions in the grid.
Returns True when AIndex is a valid column index in the range 0..ColCount-1.
IsColumnIndexValid is used in several methods which access a column definition or data by its ordinal position in the grid control.
Version 4.0 | Generated 2025-05-03 | Home |