RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.ShowEditorChar Method

Displays the inplace editor, with its text set to the specified character.

Pascal
procedure ShowEditorChar(Ch: Char);
C++
__fastcall ShowEditorChar(Char Ch);

Grid controls call ShowEditorChar when the user types a character into a cell and the editor is not already showing. ShowEditorChar displays the window of the inplace editor over the currently selected cell, and sets its text property to the character Ch. If the inplace editor does not yet exist, ShowEditorChar creates it. 

 

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