Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TGestureManager read FGestureManager write SetGestureManager;

C++

__property Vcl::Touch::Gesturemgr::TGestureManager* GestureManager = {read=FGestureManager, write=SetGestureManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

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