FMX.Forms.TForm.OnFocusChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFocusChanged: TNotifyEvent read FOnFocusChanged write FOnFocusChanged;

C++

__property OnFocusChanged;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Occurs when the current Form loses the focus.

FMX.Forms.TForm.OnFocusChanged inherits from FMX.Forms.TCommonCustomForm.OnFocusChanged. All content below this line refers to FMX.Forms.TCommonCustomForm.OnFocusChanged. Occurs when the current Form loses the focus.

Use OnFocusChanged to manage custom actions in case the focus changes from the current form to another control.

See Also