FMX.Types.TCustomTouchManager.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TCustomGestureManager read FGestureManager write SetGestureManager;

C++

__property TCustomGestureManager* GestureManager = {read=FGestureManager, write=SetGestureManager};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomTouchManager

Description

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