API: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.

Vcl.Touch.GestureMgr.TGestureCollection.GetGestureManager inherits from Vcl.Controls.TCustomGestureCollection.GetGestureManager. All content below this line refers to Vcl.Controls.TCustomGestureCollection.GetGestureManager.

GetGestureManager is the abstract getter method for the GestureManager property.

Override the GetGestureManager method in descending classes to implement the getter method for the GestureManager property.

See Also