FMX.ExtCtrls.TPopupBox.DoExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExit; override;

C++

virtual void __fastcall DoExit();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Sends a PM_RESET_FOCUS message to the presentation layer through its presentation proxy, followed by a PM_DO_EXIT message.

FMX.ExtCtrls.TPopupBox.DoExit inherits from FMX.Controls.Presentation.TPresentedControl.DoExit. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.DoExit.

Sends a PM_RESET_FOCUS message to the presentation layer through its presentation proxy, followed by a PM_DO_EXIT message.

For details about the circumstances that trigger this procedure, see TControl.DoExit.

See Also