API: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

説明

Create メソッドは,スレッドオブジェクトのインスタンスを作成します。

Vcl.Controls.TCustomHintShowHideThread.Create は System.Classes.TThread.Create を継承しています。以下の内容はすべて System.Classes.TThread.Create を参照しています。

Create メソッドは,スレッドオブジェクトのインスタンスを作成します。

Create メソッドを呼び出すと,アプリケーションでスレッドを作成できます。CreateSuspended パラメータが False の場合,Execute メソッドがすぐに呼び出されます。CreateSuspended パラメータが True の場合,Resume メソッドが呼ばれるまで Execute メソッドは呼び出されません。

関連項目