FMX.ListBox.TCustomComboBox.Placement

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Beschreibung

Gibt die Position des Listenfeldes relativ zur Schaltfläche des Kombinationsfeldes an.

Wenn beispielsweise Placement auf TPlacement.Right gesetzt ist, wird die Dropdown-Liste rechts neben dem Kombinationsfeld angezeigt.

TComboBox.Placement.PNG

Siehe auch