FMX.ComboEdit.TComboEdit.DropDownCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownCount default TComboEditModel.DefaultDropDownCount;

C++

__property DropDownCount = {default=8};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

The maximum number of items displayed at a time in the drop-down window.

If the number of items is larger than DropDownCount, the whole list of items can be viewed using the vertical scroll of the drop-down window.

See Also