Vcl.Grids.TCustomGrid.HideEditor
Delphi
procedure HideEditor;
C++
void __fastcall HideEditor(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Hides the inplace editor when it is not in use.
Grid controls call HideEditor when the grid goes out of edit mode. HideEditor hides the window of the inplace editor.