Vcl.ValEdit.TValueListEditor.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.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Hides the inplace editor when selection moves to another control in a form.

Vcl.ValEdit.TValueListEditor.DoExit inherits from Vcl.Grids.TCustomGrid.DoExit. All content below this line refers to Vcl.Grids.TCustomGrid.DoExit.

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