Vcl.Controls.TCustomTouchManager.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomTouchManager();

Properties

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

Description

Frees an instance of the TCustomTouchManager class.

Destroy is used to free the instance of TCustomTouchManager. Do not call Destroy directly. TCustomTouchManager is normally assigned to a control and is destroyed when the owning control is destroyed.

See Also