API:Vcl.ComCtrls.TComboBoxEx.OnDropDown

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDropDown: TNotifyEvent read FOnDropDown write FOnDropDown;

C++

__property OnDropDown;

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Description

Se produit quand l'utilisateur ouvre la liste déroulante.

Vcl.ComCtrls.TComboBoxEx.OnDropDown hérite de Vcl.StdCtrls.TCustomCombo.OnDropDown. Tout le contenu en-dessous de cette ligne se réfère à Vcl.StdCtrls.TCustomCombo.OnDropDown.

Se produit quand l'utilisateur ouvre la liste déroulante.

Ecrivez un gestionnaire d'événement OnDropDown pour effectuer des actions particulières quand la liste déroulante est ouverte.

Voir aussi