Vcl.Touch.GestureCtrls.TGestureRecorder.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TGestureManager read FGestureManager write SetGestureManager;

C++

__property GestureManager;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureRecorder

Description

Specifies the gesture manager associated with this TCustomGestureRecorder component.

Vcl.Touch.GestureCtrls.TGestureRecorder.GestureManager inherits from Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GestureManager. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GestureManager.

Specifies the gesture manager associated with this TCustomGestureRecorder component.

If the value of GestureManager is not nil, the gesture recorder automatically adds all the newly recorded gestures to the specified GestureManager.

See Also