FMX.ListBox.TCustomComboBox.Placement

From RAD Studio API Documentation

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.

Error creating thumbnail: Unable to save thumbnail to destination

See Also