Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 a new TDSExecuteThread instance.

The Create constructor creates a new instance of the TDSExecuteThread class.

See Also