API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetResponse

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Virtual abstract method that is to be implemented in subclasses to provide a method to populate either the given response or the response stream.

Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetResponse inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetResponse. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetResponse.

Virtual abstract method that is to be implemented in subclasses to provide a method to populate either the given response or the response stream.

The GetResponse virtual abstract method is to be implemented in subclasses to provide a method to populate either the given Response or ResponseStream.

See Also