Vcl.Touch.GestureMgr.TGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomGestureManagerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGestureManager

Delphi

TGestureManager = class(TCustomGestureManager)

C++

class PASCALIMPLEMENTATION TGestureManager : public Vcl::Controls::TCustomGestureManager

Properties

Type Visibility Source Unit Parent
class public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr Vcl.Touch.GestureMgr

Description

TGestureManager is a class that manages all the gestures in an application.

TGestureManager is the descendant of TCustomGestureManager and the default gesture manager in the VCL.

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 to lose the connection to their associated gestures.

See Also