FMX.ListBox.TCustomComboBox.DropDown
Delphi
procedure DropDown; virtual;
C++
virtual void __fastcall DropDown(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomComboBox | 
Description
Opens the list of items.
DropDown makes visible the list of items of the combo box.