Vcl.Touch.Gestures.TGestureEngine.TimeOut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property TimeOut: Integer read FTimeOut write FTimeOut;

C++

/* static */ __property int TimeOut = {read=FTimeOut, write=FTimeOut, nodefault};

Properties

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

Description

Specifies the time-out used to detect the end of a gesture.

Use the value of TimeOut to specify the number of milliseconds that are allowed between two consecutive gesture points. If a new point is not caught by the gesturing engine in the specified time-out, the gesture is considered complete.

See Also