Vcl.Controls.TCustomHintShowHideThread.Execute

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintShowHideThread

説明

スレッド内でウィンドウにヒントを描画します。

Execute は、スレッドがアクティブなときに TCustomHintWindowTCustomHint を描画するという仕事をします。ヒントは 1 つのスレッド内で描画されます。このスレッドは、ヒントをアニメーション表示(ヒントを表示/非表示にするときのフェード イン/フェード アウト)するために必要です。

関連項目