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