[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 1115
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:
lazarus-ccr.sourceforge.net |