Vcl.Grids.TCustomGrid.DoExit
Delphi
procedure DoExit; override;
C++
DYNAMIC void __fastcall DoExit(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 selection moves to another control in a form.
After calling the inherited method, which generates an OnExit event, DoExit hides the inplace editor unless the Options property includes goAlwaysShowEditor.