RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.ShowEditor Method

Displays the inplace editor when the grid enters edit mode.

Pascal
procedure ShowEditor;
C++
__fastcall ShowEditor();

Grid controls call ShowEditor when the grid enters edit mode. ShowEditor displays the window of the inplace editor over the currently selected cell. If the inplace editor does not yet exist, ShowEditor creates it. 

 

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