FMX.ExtCtrls.TPopupBox.DropDownKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownKind: TDropDownKind read FDropDownKind;

C++

__property Fmx::Pickers::TDropDownKind DropDownKind = {read=FDropDownKind, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Defines whether to use TCustomListPicker pickers providing platform-specific drop-down lists to select string items.

The TDropDownKind type is also used in the TComboEdit and TComboBox controls to define whether to use the TCustomListPicker picker to provide platform-specific controls to select string items from drop-down lists.

See Also