FMX.Types.TTouchManager

Delphi
TTouchManager = class(TCustomTouchManager)
C++
class PASCALIMPLEMENTATION TTouchManager : public TCustomTouchManager
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
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 FMX.Gestures.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.