FMX.Controls.TPopup.PlacementRectangle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlacementRectangle: TBounds read FPlacementRectangle write SetPlacementRectangle;

C++

__property Fmx::Types::TBounds* PlacementRectangle = {read=FPlacementRectangle, write=SetPlacementRectangle};

Properties

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

Description

Gets or sets the rectangle element relative to which TPopup is positioned.

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

This is an example of a TPopup with PlacementRectangle:

PlacementRectangle.PNG

See Also