FMX.Ani.TColorAnimation.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

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

See Also