Vcl.Touch.Gestures.TGestureEngine.Recognizer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Recognizer: TCustomGestureRecognizer read GetRecognizer;

C++

/* static */ __property TCustomGestureRecognizer* Recognizer = {read=GetRecognizer};

Properties

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

Description

Specifies the gesture recognizer.

Use the value of the Recognizer property to obtain the instance of the TCustomGestureRecognizer class used to recognize all gestures. The value of the Recognizer property is maintained by the VCL framework and cannot be changed directly.

See Also