FMX.Forms.TCommonCustomForm.OnDeactivate

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDeactivate: TNotifyEvent read FOnDeactivate write FOnDeactivate;

C++

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

Propriétés

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


Description

Se produit quand la fiche perd la focalisation.

Utilisez OnDeactivate pour effectuer des actions spécifiques quand la fiche active devient inactive et qu'une autre fiche de la même application devient active.

Voir aussi