FMX.Ani.TBitmapListAnimation.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

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

See Also