FMX.ListBox.TComboBox.PlacementRectangle

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

Delphi

property PlacementRectangle: TBounds read GetPlacementRectangle write SetPlacementRectangle;

C++

__property PlacementRectangle;

プロパティ

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

説明

コンボ ボックスのドロップダウン リストの位置を示します。

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

コンボ ボックスのドロップダウン リストの位置を示します。

PlacementRectangle を使用すると、配置四角形の座標を指定することができます。ドロップダウン リストは、その左上隅が、配置四角形の左下隅になるよう、表示されます。原点は、コンボ ボックス ボタンの左上隅となります。

TComboBox.PlacementRectangle.PNG

関連項目