Vcl.Controls.TCustomHintShowHideThread

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TThreadSystem.TObjectTCustomHintShowHideThread

Delphi

TCustomHintShowHideThread = class(TThread)

C++

class PASCALIMPLEMENTATION TCustomHintShowHideThread : public System::Classes::TThread

Properties

Type Visibility Source Unit Parent
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Thread for drawing custom hints.

TCustomHintShowHideThread is a thread for drawing a given TCustomHint in a given TCustomHintWindow. This allows hints to be drawn independently of other operations. This thread is needed to allow hints to animate, fading in and out as the hint is shown or hidden.

See Also