Vcl.Touch.GestureCtrls.TCustomGesturePreview.SuspendAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SuspendAnimation;

C++

void __fastcall SuspendAnimation();

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.

See Also