Vcl.Controls.TCustomTouchManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AControl: TControl);

C++

__fastcall TCustomTouchManager(TControl* AControl);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Creates a new instance of the TCustomTouchManager class.

Use Create to initialize a new instance of the TCustomTouchManager class. Normally you do not need to call Create, since instances of TCustomTouchManager are automatically created for all controls.

See Also