Vcl.Controls.TCustomGestureManager

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomGestureManager

Delphi

TCustomGestureManager = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomGestureManager : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

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