Vcl.Touch.Gestures.TGestureEngine.ResetTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetTimer;

C++

void __fastcall ResetTimer();

Properties

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

Description

Resets the gesture timer.

Use ResetTimer to reset the gesture timer. ResetTimer stops and the restarts the gesture timer.

To verify whether the given time interval has expired, consult the value of the TimerExpired property.

See Also