Vcl.Touch.GestureMgr.TGestureCollection.GetGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureManager: TCustomGestureManager; override;

C++

virtual Vcl::Controls::TCustomGestureManager* __fastcall GetGestureManager();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollection

Description

GetGestureManager is the abstract getter method for the GestureManager property.

Use the GetGestureManager method to get the value of the GestureManager property.

See Also