FMX.Ani.TFloatAnimation.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TFloatAnimation(System::Classes::TComponent* AOwner);

プロパティ

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

説明

TFloatAnimation のインスタンスを作成します。AOwner パラメータは、アニメーションを所有するオブジェクトを示します。

関連項目