Vcl.Controls.TCustomTouchManager.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCustomTouchManager(void);
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.