Controls.TCustomGestureManager
Contents |
Delphi Information
From Controls.pas
TCustomGestureManager = class(TComponent)
Unit: Controls
Type: class
Inherited Class Members: Controls.TCustomGestureManager Members
Class Properties: Controls.TCustomGestureManager Properties
Class Methods: Controls.TCustomGestureManager Methods
C++ Information
From Controls.hpp
TCustomGestureManager = class(TComponent)
Unit: Controls
Type: class
Inherited Class Members: Controls.TCustomGestureManager Members
Class Properties: Controls.TCustomGestureManager Properties
Class Methods: Controls.TCustomGestureManager Methods
Class Constructors & Destructors: Controls.TCustomGestureManager Constructors
Description
TCustomGestureManager is the abstract base 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.