FMX.Forms.TCustomPopupForm.ScreenPlacementRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenPlacementRect: TRectF read FScreenPlacementRect;

C++

__property System::Types::TRectF ScreenPlacementRect = {read=FScreenPlacementRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm

Description

Screen coordinates of the rectangle relative to which the pop-up form is positioned.

ScreenPlacementRect is defined taking into account PlacementRectangle and PlacementTarget.

Screen Placement Rectangle

In the figure, ScreenPlacementRect is the colored Fuchsia rectangle of the Show popup button.

See Also