FMX.Controls.TPopup.Placement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property TPlacement Placement = {read=FPlacement, write=SetPlacement, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Determines how to position the TPopup form relative to a rectangle specified by the PlacementRectangle or PlacementTarget properties, relative to the screen, or relative to the mouse (pointing device) position.

Placement also specifies the behavior of the TPopup form, when it overlaps screen boundaries. The default value is Bottom.

TPlacement determines possible values of Placement.

Use Placement, PlacementTarget, and PlacementRectangle to set the target origin and the alignment point of TPopup.

See Also