FMX.ListBox.TComboBox.PlacementRectangle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlacementRectangle: TBounds read GetPlacementRectangle write SetPlacementRectangle;

C++

__property PlacementRectangle;

Properties

Type Visibility Source Unit Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Description

Specifies the position of the drop-down list of the combo box.

FMX.ListBox.TComboBox.PlacementRectangle inherits from FMX.ListBox.TCustomComboBox.PlacementRectangle. All content below this line refers to FMX.ListBox.TCustomComboBox.PlacementRectangle.

Specifies the position of the drop-down list of the combo box.

Use PlacementRectangle to specify the coordinates of the placement rectangle. The drop-down list will be displayed with the upper-left corner in the lower-left corner of the placement rectangle. The origin is considered to be the upper-left corner of the combo box button.

TComboBox.PlacementRectangle.PNG

See Also