FMX.ListBox.TCustomComboBox.Placement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Placement: TPlacement read GetPlacement write SetPlacement default TPlacement.Bottom;

C++

__property Fmx::Controls::TPlacement Placement = {read=GetPlacement, write=SetPlacement, default=0};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Specifies the position of the list box relative to the combo box button.

For example, if Placement is set to TPlacement.Right, the drop-down list is displayed to the right of the combo box.

TComboBox.Placement.PNG

See Also