Vcl.Touch.Gestures.TGestureEngine.StartTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartTimer;

C++

void __fastcall StartTimer();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Starts the gesture timer.

Use StartTimer to start the gesture timer. To verify if the given time interval has expired, consult the value of the TimerExpired property.

See Also