Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetCommandResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetCommandResponse(Command: TDBXCommand; out Response: TJSONValue; out ResponseStream: TStream);

C++

void __fastcall GetCommandResponse(Data::Dbxcommon::TDBXCommand* Command, /* out */ System::Json::TJSONValue* &Response, /* out */ System::Classes::TStream* &ResponseStream);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Takes in a DBX command and populates either Response or ResponseStream with information.

The GetCommandResponse method takes in a DBX command, then populates either Response or ResponseStream with information.

See Also