FMX.Types.TTouchManager.GestureManager
Delphi
property GestureManager: TCustomGestureManager read FGestureManager write SetGestureManager;
C++
__property GestureManager;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TTouchManager |
Description
Specifies the gesture manager associated with this TCustomTouchManager instance. {{#multireplace:FMX.Types.TTouchManager.GestureManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Types.TCustomTouchManager.GestureManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Types.TCustomTouchManager.GestureManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the gesture manager associated with this TCustomTouchManager instance.
All TCustomTouchManager instances contain a reference to the gesture manager used to keep track of available gestures. Use GestureManager to obtain the reference to the gesture manager component.
GestureManager must be set to a valid gesture manager before you can manage this TCustomTouchManager instance. A nil value means that there is no gesture manager associated, resulting in a nonfunctional gesturing support.