[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Processes a mouse click in the cell at the given coordinates.
Source position: grids.pas line 971
protected procedure TCustomGrid.CellClick( |
const aCol: Integer; |
const aRow: Integer; |
const Button: TMouseButton |
); virtual; |
aCol |
|
Column number for the click event. |
aRow |
|
Row number for the click event. |
CellClick has an empty implementation in TCustomGrid.