Vcl.FileCtrl.TFilterComboBox.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.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFilterComboBox

Description

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

Vcl.FileCtrl.TFilterComboBox.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