Vcl.Controls.TTouchManager
Delphi
TTouchManager = class(TCustomTouchManager)
C++
class PASCALIMPLEMENTATION TTouchManager : public TCustomTouchManager
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Adds gesturing options to controls.
TTouchManager contains properties and methods used to store and manage gesture events for a given control. TTouchManager is responsible for keeping track of all the gestures associated with a control and its child controls.
Most properties exposed by TTouchManager are not accessible in the Object Inspector unless you specifically connect a TGestureManager component to it.
Do not create instances of TTouchManager. Instances of TTouchManager are expected to be created when a control is created and destroyed when the control is destroyed.