FMX.StdCtrls.TPanel.OnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExit: TNotifyEvent read FOnExit write FOnExit;

C++

__property OnExit;

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPanel

Description

Occurs when the input focus is taken from the control.

FMX.StdCtrls.TPanel.OnExit inherits from FMX.Controls.TControl.OnExit. All content below this line refers to FMX.Controls.TControl.OnExit.

Occurs when the input focus is taken from the control.

OnExit also occurs when DoExit is called.

Write an event handler for OnExit to specify what happens when the input focus is taken from the control.

See Also