Vcl.Controls.TCustomTouchManager
Delphi
TCustomTouchManager = class(TPersistent)
C++
class PASCALIMPLEMENTATION TCustomTouchManager : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TCustomTouchManager is the custom base for the TTouchManager class.
TCustomTouchManager contains properties and methods used to store and manage gesture events for a given control. TCustomTouchManager is responsible for keeping track of all gestures associated with a control and its child controls.
Most properties exposed by TCustomTouchManager are not accessible in the Object Inspector unless you specifically connect a TGestureManager component to them.
Do not create instances of TCustomTouchManager; rather use TTouchManager instances exposed by all TControl-derived classes.