API:Vcl.FileCtrl.TFilterComboBox.OnDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDropDown;

C++

__property OnDropDown;

Properties

Type Visibility Source Unit Parent
event published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFilterComboBox

Description

Occurs when the user opens the drop-down list.

Vcl.FileCtrl.TFilterComboBox.OnDropDown inherits from Vcl.StdCtrls.TCustomCombo.OnDropDown. All content below this line refers to Vcl.StdCtrls.TCustomCombo.OnDropDown.

Occurs when the user opens the drop-down list.

Write an OnDropDown event handler to implement special processing that needs to occur only when the drop-down list is activated.

See Also

Code Examples