FMX.Forms.TCustomPopupForm.RealPlacement

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property RealPlacement: TPlacement read FRealPlacement;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm


説明

内部的に使用されます。

CreateNew コンストラクタでは、RealPlacementPlacement と同じ値に初期化します。実行時には、実際の環境特性に従って RealPlacement を変更できます。たとえば、実行時環境でマウスがサポートされている場合は、RealPlacementTPlacement.Mouse に設定でき、そうでない場合は、TPlacement.Absolute に設定できます。


関連項目