Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetCommandResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Beschreibung

Nimmt einen DBX-Befehl auf und füllt entweder Response oder ResponseStream mit Informationen.

Die Methode GetCommandResponse nimmt einen DBX-Befehl auf und füllt entweder Response oder ResponseStream mit Informationen.

Siehe auch