FMX.Ani.TFloatAnimation.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TFloatAnimation

Description

Creates an instance of TFloatAnimation. The AOwner parameter specifies the object that owns the animation.

See Also