FMX.ListBox.TComboBox.Placement

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Placement: TPlacement read GetPlacement write SetPlacement default 0;

C++

__property Placement = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

説明

コンボ ボックス ボタンに対してリスト ボックスの位置をどうするかを指定します。

FMX.ListBox.TComboBox.Placement は FMX.ListBox.TCustomComboBox.Placement を継承しています。以下の内容はすべて FMX.ListBox.TCustomComboBox.Placement を参照しています。

コンボ ボックス ボタンに対してリスト ボックスの位置をどうするかを指定します。

たとえば、PlacementTPlacement.Right に設定されている場合、ドロップダウン リストは、コンボ ボックスの右側に表示されます。

TComboBox.Placement.PNG

関連項目