FMX.Ani.TGradientAnimation.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

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

Siehe auch