Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomDBGrid.OnCellClick

Event handler for mouse click in a column for the grid.

Declaration

Source position: dbgrids.pas line 529

protected property TCustomDBGrid.OnCellClick : TDBGridClickEvent
  read FOnCellClick
  write FOnCellClick;

Description

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.