FMX.Gestures.TGestureManager
Delphi
TGestureManager = class(TCustomGestureManager)
C++
class PASCALIMPLEMENTATION TGestureManager : public Fmx::Types::TCustomGestureManager
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | FMX.Gestures |
Description
TGestureManager is a class that manages all the gestures in an application.
TGestureManager is the descendant of TCustomGestureManager and is the default gesture manager in FireMonkey.
Note: The TGestureManager keeps all the registered gestures for a control. Erasing the gesture manager results in all the registered controls with that specific gesture manager losing the connection to their associated gestures.
See Also
- FMX.Gestures.TCustomGestureRecognizer
- Gestures in FireMonkey
- Gesturing Overview (VCL and FireMonkey)