FMX.Forms.TForm.OnDeactivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDeactivate;

C++

__property OnDeactivate;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Beschreibung

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

FMX.Forms.TForm.OnDeactivate erbt von FMX.Forms.TCommonCustomForm.OnDeactivate. Der folgende Inhalt bezieht sich auf FMX.Forms.TCommonCustomForm.OnDeactivate.

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