Vcl.Controls.TMouse.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TMouse(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TMouse |
Description
Destroys an instance of TMouse.
Do not destroy the global instance of TMouse. This object is automatically destroyed when the application shuts down.