FMX.Controls.TPathAnimation.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPathAnimation



Description

Crée et initialise une instance de TPathAnimation. Create génère une nouvelle instance de TPathAnimation. AOwner spécifie le composant responsable de la libération de l'animation.

Voir aussi


Exemples de code