Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetResponse(out Response: TJSONValue; out ResponseStream: TStream;
out ContainsErrors: Boolean); override;

C++

virtual void __fastcall GetResponse(/* out */ System::Json::TJSONValue* &Response, /* out */ System::Classes::TStream* &ResponseStream, /* out */ bool &ContainsErrors);

Eigenschaften

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

Beschreibung

Füllt entweder Response oder ResponseStream mit Informationen.

Die Methode GetResponse füllt entweder Response oder ResponseStream mit Informationen.

Siehe auch