Vcl.Touch.Gestures.TGestureEngine.TimerExpired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TimerExpired: Boolean read GetTimerExpired;

C++

__property bool TimerExpired = {read=GetTimerExpired, nodefault};

Properties

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

Description

Specifies whether the gesture time-out has expired.

Check the value of the TimerExpired property to verify whether the gesture timer has expired. The gesture timer is used to detect when a gesture is considered complete.

See Also