FMX.Types.TPosition.DefaultValue

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

Delphi

property DefaultValue: TPointF read FDefaultValue write FDefaultValue;

C++

__property System::Types::TPointF DefaultValue = {read=FDefaultValue, write=FDefaultValue};

プロパティ

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


説明

現在のオブジェクトのデフォルト座標を示します。

DefaultValue プロパティを使用すると、TPosition オブジェクトのデフォルト座標を取得することができます。

関連項目