API:Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
| Unit: Datasnap.DSCommon | |
| Parent: TDSChannelThread | |
Delphi
constructor Create(Worker: TDSWorker; Manager: TDSClientCallbackChannelManager = nil);
C++
__fastcall TDSChannelThread(TDSClientCallbackChannelManager::_di_TDSWorker Worker, TDSClientCallbackChannelManager* Manager);
Description
Creates an instance of a thread object. Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.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.