Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TControl.OnExit
De XE2 API Documentation
Delphi
property OnExit: TNotifyEvent read FOnExit write FOnExit;
C++
__property System::Classes::TNotifyEvent OnExit = {read=FOnExit, write=FOnExit};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Se produit lorsque le contrôle perd la focalisation d'entrée.
OnExit se produit aussi quand DoExit est appelé.
Ecrivez un gestionnaire d’événements OnExit pour spécifier ce qui arrive lorsque le contrôle perd la focalisation d'entrée.