CellClick calls the OnCellClick event handler if it is assigned for this particular cell.
Source position: dbgrids.pas line 421
protected procedure TCustomDBGrid.CellClick( |
const aCol: Integer; |
const aRow: Integer; |
const Button: TMouseButton |
); override; |
aCol |
|
Column number for the click notification. |
aRow |
|
Row number for the click notification. |
CellClick calls the OnCellClick event handler if it is assigned for this particular cell.
| Version 4.6 | Generated 2026-02-20 | Home |