FMX.Forms.TCommonCustomForm.OnFocusChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnFocusChanged: TNotifyEvent read FOnFocusChanged write FOnFocusChanged;

C++

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

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 en cours perd la focalisation.

Utilisez OnFocusChanged pour gérer des actions personnalisées au cas où la focalisation passe de la fiche en cours à un autre contrôle.

Voir aussi