Vcl.StdCtrls.TCustomCombo.OnDropDown

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDropDown: TNotifyEvent read FOnDropDown write FOnDropDown;

C++

__property System::Classes::TNotifyEvent OnDropDown = {read=FOnDropDown, write=FOnDropDown};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

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