[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the position of the first column after any fixed columns in the grid.
Source position: grids.pas line 1083
protected function TCustomGrid.FirstGridColumn: Integer; virtual; |
Position of the first column after any fixed columns in the grid.
FirstGridColumn is an Integer function used to get the ordinal position of the first column appearing after any fixed column in the grid control. The return value contains the value in the FixedCols property.
FirstGridColumn is used in the implementation of methods including:
|
Provides indexed access to the Width for a column in the grid. |
|
|
The number of fixed columns in the grid. |
|
|
Indicates if the cell at the specified position is a fixed column header. |
|
|
Gets the position of the specified column relative to the first column in the grid. |
|
|
Gets the ordinal position in Columns for the visible column specified in ColumnIndex. |
|
|
Performs actions needed when one or more columns in the grid are changed. |
Version 4.0 | Generated 2025-05-03 | Home |