Vcl.Controls.TControl.CreateTouchManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateTouchManager; virtual;

C++

virtual void __fastcall CreateTouchManager();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Instantiates a touch manager.

CreateTouchManager is called automatically in the constructor of the TControl class. By default, it instantiates a TTouchManager class.

CreateTouchManager can be overridden in descendent classes of TControl to use another touch manager, usually a user-defined one.

See Also