RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.ColEnter Method

Generates an OnColEnter event.

Pascal
procedure ColEnter; dynamic;
C++
__fastcall ColEnter();

Applications cannot directly call ColEnter. It is exposed as a protected method so that descendants can call the OnCellEnter event handler in response to other events or override the response when a cell in the grid is selected. 

 

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