[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 1058
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 of the 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. |
|
|
Returns the column number for the column given its index position. |
|
|
Performs actions needed when one or more columns in the grid are changed. |