[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the cell at the specified position is a fixed column header.
Source position: grids.pas line 1140
protected function TCustomGrid.GetIsCellTitle( |
aCol: Integer; |
aRow: Integer |
):Boolean; virtual; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
True if the cell is a fixed column header.
Returns True when all of the following conditions are satisfied:
Version 4.0 | Generated 2025-05-03 | Home |