FMX.Types.TTouchManager.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.Types.TTouchManager.GestureManager inherits from FMX.Types.TCustomTouchManager.GestureManager. All content below this line refers to FMX.Types.TCustomTouchManager.GestureManager.

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.

See Also