FMX.Gestures.TGestureEngine.GetGestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetGestureEngine(const AControl: TComponent): TGestureEngine; virtual; abstract;

C++

virtual __classmethod TGestureEngine* __fastcall GetGestureEngine(System::Classes::TComponent* const AControl) = 0 ;

Properties

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

Description

Returns the engine used by the control.

The GetGestureEngine class function returns the engine used by the control indicated via the AControl argument. GetGestureEngine can return nil.

See Also