FMX.Ani.TFloatAnimation.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

Erstellt eine Instanz von TFloatAnimation. Der Parameter AOwner gibt das Objekt an, zu dem die Animation gehört.

Siehe auch