Vcl.Touch.GestureCtrls.TCustomGesturePreview.StartAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAnimation;

C++

void __fastcall StartAnimation();

Properties

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

Description

Starts animating the current gesture.

Use StartAnimation to continue animating if the animations was previously suspended. StartAnimation also resets the animation parameters so that after the call is complete, the animation starts from the beginning.

The animation can be started only if Animate is true; otherwise, all calls to StartAnimation are ignored.

See Also