FMX.ExtCtrls.TPopupBox.OnChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Propriétés

Type Visibilité  Source Unité  Parent
event published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox


Description

Se produit immédiatement après la modification de la sélection de TPopupBox.

Ecrivez un gestionnaire d'événements OnChange pour répondre à la modification de la sélection de TPopupBox.

Voir aussi