API:Vcl.Controls.TCustomHintShowHideThread.Create
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, System::NativeUInt ReservedStackSize)/* overload */ : System::Classes::TThread(CreateSuspended, ReservedStackSize) { }
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
constructor | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomHintShowHideThread |
Description
Create crée une instance de l'objet thread.
Vcl.Controls.TCustomHintShowHideThread.Create hérite de System.Classes.TThread.Create. Tout le contenu en-dessous de cette ligne se réfère à System.Classes.TThread.Create.
Create crée une instance de l'objet thread.
Appelez Create pour créer un thread dans une application. Si CreateSuspended vaut False, Execute est appelée immédiatement. Si CreateSuspended vaut True, Execute ne sera pas appelée jusqu'à ce que Resume soit appelé.