FMX.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 protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureEngine

Description

Represents the current recognizer.

The Recognizer property, of TCustomGestureRecognizer type, represents the current recognizer.

Recognizer uses GetRecognizer as a getter method.

See Also