FMX.Types.TCustomGestureCollection.GetGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureManager: TCustomGestureManager; virtual; abstract;

C++

virtual TCustomGestureManager* __fastcall GetGestureManager(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types 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