RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.CellClick Method

Generates an OnCellClick event.

Pascal
procedure CellClick(Column: TColumn); dynamic;
C++
__fastcall CellClick(TColumn Column);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!