FMX.Forms.TCommonCustomForm.OnDeactivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDeactivate: TNotifyEvent read FOnDeactivate write FOnDeactivate;

C++

__property System::Classes::TNotifyEvent OnDeactivate = {read=FOnDeactivate, write=FOnDeactivate};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm


Beschreibung

Wird ausgelöst, wenn das Formular den Fokus verliert.

Mit OnDeactivate können Sie spezielle Verarbeitungen durchführen, wenn das aktive Formular inaktiv und ein anderes Formular aus derselben Anwendung aktiviert wird.

Siehe auch