FMX.Gestures.TGestureEngine.GetRecognizer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetRecognizer: TCustomGestureRecognizer; static;

C++

static TCustomGestureRecognizer* __fastcall GetRecognizer();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureEngine

Description

Returns the current recognizer.

The GetRecognizer class function is the getter method for the Recognizer property.

See Also