Vcl.DBGrids.TCustomDBGrid.CellClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CellClick(Column: TColumn); dynamic;

C++

DYNAMIC void __fastcall CellClick(TColumn* Column);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Generates an OnCellClick event.

Applications cannot directly call CellClick. It is exposed as a protected method so that descendants can call the OnCellClick event handler in response to other events or override the response when the user releases the mouse in a cell of the grid.

See Also