FMX.Types.TPosition.Create

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

Delphi

constructor Create(const ADefaultValue: TPointF); virtual;

C++

__fastcall virtual TPosition(const System::Types::TPointF &ADefaultValue);

プロパティ

種類 可視性 ソース ユニット
constructor public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition


説明

TPosition クラスのインスタンスを作成および初期化します。

Create は、新しい TPosition インスタンスを生成します。 Create は、デフォルトの TPointF 値を、位置の DefaultValue として必要とします。DefaultValue は通常 (0,0) ですが、他の値にすることも可能です。位置がデフォルト値と同じ場合、.fmx ファイルに保存されません。

関連項目