Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Worker: TDSWorker; Manager: TDSClientCallbackChannelManager = nil);

C++

__fastcall TDSChannelThread(TDSClientCallbackChannelManager::_di_TDSWorker Worker, TDSClientCallbackChannelManager* Manager);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSChannelThread

Description

Creates an instance of the TDSChannelThread thread object.

The Create constructor creates a new instance of the TDSChannelThread thread object.

See Also