Vcl.Touch.GestureCtrls.TCustomGesturePreview.StartAnimation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure StartAnimation;

C++

void __fastcall StartAnimation();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Commence à animer le mouvement en cours.

Utilisez StartAnimation pour continuer à animer si l'animation a été suspendue antérieurement. StartAnimation réinitialise aussi les paramètres de l'animation pour que, après l'achèvement de l'appel, l'animation puisse démarrer depuis le tout début.

L'animation peut être démarrée seulement si Animate a la valeur true ; sinon, tous les appels à StartAnimation sont ignorés.

Voir aussi