Vcl.Controls.TCustomGestureManager
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.