Anzeigen: Delphi
C++
Anzeigeeinstellungen
FMX.Ani.TPathAnimation.Create
Aus XE2 API Documentation
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TPathAnimation(System::Classes::TComponent* AOwner);
Inhaltsverzeichnis |
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | 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