[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TCustomDBGrid.CellClick

CellClick calls the OnCellClick event handler if it is assigned for this particular cell.

Declaration

Source position: dbgrids.pas line 421

protected procedure TCustomDBGrid.CellClick(

  const aCol: Integer;

  const aRow: Integer;

  const Button: TMouseButton

); override;

Arguments

aCol

  

Column number for the click notification.

aRow

  

Row number for the click notification.

Description

CellClick calls the OnCellClick event handler if it is assigned for this particular cell.