Vcl.Grids.TCustomGrid.HideEdit
Delphi
procedure HideEdit;
C++
void __fastcall HideEdit(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Hides the inplace editor.
The HideEditor method calls the protected HideEdit method to hide the editor. This method hides the editor window after updating the text to reflect the text in the editor.