API:Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Create
Delphi
constructor Create(Callback: TDBXCallback; Data: TJSONValue);
C++
__fastcall TDSExecuteThread(Data::Dbxjson::TDBXCallback* Callback, System::Json::TJSONValue* Data);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Datasnap.DSCommon.pas Datasnap.DSCommon.hpp |
Datasnap.DSCommon | TDSExecuteThread |
Description
Creates an instance of a thread object. Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.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.