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

FMX.Gestures.TGestureCollection.GetGestureManager inherits from FMX.Types.TCustomGestureCollection.GetGestureManager. All content below this line refers to FMX.Types.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