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

TCustomGrid.CellClick

Processes a mouse click in the cell at the given coordinates.

Declaration

Source position: grids.pas line 971

protected procedure TCustomGrid.CellClick(

  const aCol: Integer;

  const aRow: Integer;

  const Button: TMouseButton

); virtual;

Arguments

aCol

  

Column number for the click event.

aRow

  

Row number for the click event.

Description

CellClick has an empty implementation in TCustomGrid.