FMX.Gestures.TGestureCollection.GetGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureManager: TCustomGestureManager; override;

C++

virtual Fmx::Types::TCustomGestureManager* __fastcall GetGestureManager();

Properties

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