Vcl.Controls.TCustomHintShowHideThread.Create

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

Delphi

constructor Create(Hint: TCustomHintWindow; HintObject: TCustomHint); overload;

C++

__fastcall TCustomHintShowHideThread(TCustomHintWindow* Hint, TCustomHint* HintObject)/* overload */;
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread()/* overload */ : System::Classes::TThread() { }
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(bool CreateSuspended)/* overload */ : System::Classes::TThread(CreateSuspended) { }
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(bool CreateSuspended, NativeUInt ReservedStackSize)/* overload */ : System::Classes::TThread(CreateSuspended, ReservedStackSize) { }

プロパティ

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

説明

カスタム ヒントを描画するためのスレッドを作成します。

このメソッドは、指定した TCustomHint を指定した TCustomHintWindow 内に描画するための TCustomHintShowHideThread スレッドを作成し、そのスレッドをアクティブにします。

関連項目