Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetCommandResponse
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSJsonResponseHandler | |
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);
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.