FMX.Controls.TPathAnimation.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPathAnimation



Beschreibung

Erstellt und initialisiert eine TPathAnimation-Instanz. Create erzeugt eine neue TPathAnimation-Instanz. AOwner gibt die Komponente an, die für die Freigabe der Animation verantwortlich ist.

Siehe auch


Codebeispiele