FMX.Types.TCustomGestureCollection.GetGestureManager
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.