Vcl.Controls.TCustomHintShowHideThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Properties

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

Description

Draws the hint in a window, while the thread is active.

Execute does the work of drawing a TCustomHint in a TCustomHintWindow while the thread is active. Hints are drawn in a thread, which is needed to allow hints to animate, fading in and out as the hint is shown or hidden.

See Also