API: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

TCustomGestureManager is the abstract base class for all gesture manager components.

Vcl.Touch.GestureMgr.TGestureManager inherits from Vcl.Controls.TCustomGestureManager. All content below this line refers to Vcl.Controls.TCustomGestureManager.

TCustomGestureManager is the abstract base class for all gesture manager components.

TCustomGestureManager is a base class for the real specialized gesture manager components. TCustomGestureManager defines a set of common traits that must be supported by descending components in order to support gesture management.

Do not create instances of TCustomGestureManager. All the methods of TCustomGestureManager are declared as abstract.

See Also