FMX.Ani.TRectAnimation.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

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

See Also