[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Is called if a grid cell is highlighted.
Source position: grids.pas line 961
protected function TCustomGrid.SelectCell( |
ACol: Integer; |
ARow: Integer |
):Boolean; virtual; |
The SelectCell method is called if a grid cell will be highlighted.
The aCol and aRow parameters contain the column and the row of the highlighted cell.
Component developers may use the SelectCell method to react on focus changes. The Result is true if the cell is allowed to be selected. Application developers should use the OnSelectCell event instead.
lazarus-ccr.sourceforge.net |