RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Hide Method

Hides the edit control window and moves input focus to the grid.

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

Hide makes the edit control window invisible without destroying it. Hide also moves the input focus from the editor window to the grid, so that the invisible window does not swallow keyboard events. 

The grid calls Hide to hide the edit window when changing out of edit mode. It also calls Hide when scrolling the cell that is being edited out of the grid window. 

 

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