Vcl.Controls.TCustomHintShowHideThread.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomHintShowHideThread();

Properties

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

Description

Destroys the thread for drawing a custom hint.

This method deactivates and destroys a TCustomHintShowHideThread thread.

See Also