RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.ColExit Method

Generates an OnColExit event.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!