FMX.Forms.TCommonCustomForm.OnFocusChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFocusChanged: TNotifyEvent read FOnFocusChanged write FOnFocusChanged;

C++

__property System::Classes::TNotifyEvent OnFocusChanged = {read=FOnFocusChanged, write=FOnFocusChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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