Vcl.Grids.TCustomGrid.DoExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExit; override;

C++

DYNAMIC void __fastcall DoExit();

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.

See Also