API:Vcl.DBCtrls.TDBComboBox.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.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBComboBox

Description

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

Vcl.DBCtrls.TDBComboBox.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