Vcl.Controls.TCustomHintShowHideThread

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

System.Classes.TThreadSystem.TObjectTCustomHintShowHideThread

Delphi

TCustomHintShowHideThread = class(TThread)

C++

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

プロパティ

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

説明

カスタム ヒントを描画するためのスレッドです。

TCustomHintShowHideThread は、渡された TCustomHint を渡された TCustomHintWindow 内に描画するためのスレッドです。このスレッドを使うことで、他の操作とは独立してヒントの描画を行うことができます。このスレッドは、ヒントをアニメーション表示(ヒントを表示/非表示にするときのフェード イン/フェード アウト)するために必要です。

関連項目