[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CellClick calls the OnCellClick event handler if it is assigned for this particular cell
Source position: dbgrids.pas line 423
protected procedure TCustomDBGrid.CellClick( |
const aCol: Integer; |
const aRow: Integer; |
const Button: TMouseButton |
); override; |
CellClick calls the OnCellClick event handler if it is assigned for this particular cell.
lazarus-ccr.sourceforge.net |