Vcl.Touch.GestureCtrls.TCustomGesturePreview.SuspendAnimation
Delphi
procedure SuspendAnimation;
C++
void __fastcall SuspendAnimation(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | TCustomGesturePreview |
Description
Suspends the animation.
Use SuspendAnimation to suspend the animation. SuspendAnimation also resets the animation parameters. If StartAnimation is called later, the animation starts from the beginning.
The animation can be suspended only if Animate is true; otherwise, all calls to SuspendAnimation are ignored.