FMX.Forms.TCustomPopupForm.ScreenPlacementRect
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.
In the figure, ScreenPlacementRect is the colored Fuchsia rectangle of the Show popup button.