FMX.Ani.TBitmapAnimation.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TBitmapAnimation

Beschreibung

Erstellt eine Instanz von TBitmapAnimation. Der Parameter AOwner gibt das Objekt an, das Eigentümer der Animation ist.

Siehe auch