API:FMX.ListBox.TComboBox.Placement

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Placement: TPlacement read GetPlacement write SetPlacement default 0;

C++

__property Placement = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Beschreibung

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

FMX.ListBox.TComboBox.Placement erbt von FMX.ListBox.TCustomComboBox.Placement. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomComboBox.Placement.

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