FMX.ListBox.TCustomComboBox.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 protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Description

Se produit quand l'élément sélectionné de la zone de liste déroulante change.

Ecrivez un gestionnaire d'événements OnChange pour effectuer des actions spécifiques juste après la sélection d'un nouvel élément dans la liste.

Voir aussi