[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the cell at the specified coordinates can be selected in the control
Source position: dbgrids.pas line 506
protected function TCustomDBGrid.SelectCell( |
aCol: Integer; |
aRow: Integer |
):Boolean; override; |
aCol |
|
Column for the cell |
aRow |
|
Row for the cell |
True when the cell can be selected
SelectCell is an overridden Boolean function that indicates if the cell at the specified coordinates can be selected in the control. SelectCell uses ColWidths and RowHeights to determine if the cell can be visually selected. The return value is True when both contain positive non-zero values.
lazarus-ccr.sourceforge.net |