Vcl.Controls.TCustomGestureCollection.GetGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureManager: TCustomGestureManager; virtual; abstract;

C++

virtual TCustomGestureManager* __fastcall GetGestureManager() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollection

Description

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