FMX.Forms.TCustomPopupForm.RealPlacement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RealPlacement: TPlacement read FRealPlacement;

C++

__property Fmx::Controls::TPlacement RealPlacement = {read=FRealPlacement, nodefault};

Properties

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

Description

Used internally.

The CreateNew constructor initializes RealPlacement equal to Placement. At run time RealPlacement can be changed according to the real environment properties. For example, if a run-time environment supports the mouse, then RealPlacement can be set to TPlacement.Mouse, otherwise to TPlacement.Absolute.

See Also