Event handler for mouse click in a column for the grid.
Source position: dbgrids.pas line 529
protected property TCustomDBGrid.OnCellClick : TDBGridClickEvent |
OnCellClick is a TDBGridClickEvent property that contains the event handler signalled when a mouse button is clicked in a cell for the grid control. Assign a procedure to the OnCellClick property to respond to mouse click messages in a column for the grid control.
OnCellClick is used the implementation of the CellClick method.