API:System.Win.ScktComp.TServerClientThread.Create
Delphi
constructor Create(CreateSuspended: Boolean; ASocket: TServerClientWinSocket);
C++
__fastcall TServerClientThread(bool CreateSuspended, TServerClientWinSocket* ASocket);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | TServerClientThread |
Description
Creates an instance of a thread object. System.Win.ScktComp.TServerClientThread.Create inherits from System.Classes.TThread.Create. All content below this line refers to System.Classes.TThread.Create.
Creates an instance of a thread object.
Call Create to create a thread in an application. If CreateSuspended is false, Execute is called immediately after the constructor. If CreateSuspended is true, Execute is not called until after the Start method is called.