FMX.Controls.TPopup.PlacementTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlacementTarget: TControl read FPlacementTarget write SetPlacementTarget;

C++

__property TControl* PlacementTarget = {read=FPlacementTarget, write=SetPlacementTarget};

Properties

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

Description

Gets or sets the target relative to which TPopup is positioned.

If PlacementTarget is not set, and TPopup has a parent, TPopup is positioned relative to its parent. If PlacementTarget and Parent are not set, TPopup is positioned relative to the main window.

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

See Also