Vcl.Controls.TCustomTouchManager

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTCustomTouchManager

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.

See Also