Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateContent(ResponseInfo: TDSHTTPResponse; Response: TJSONValue;  ResponseStream: TStream); virtual; abstract;

C++

virtual void __fastcall PopulateContent(TDSHTTPResponse* ResponseInfo, System::Json::TJSONValue* Response, System::Classes::TStream* ResponseStream) = 0 ;

Properties

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

Description

Virtual abstract method to be implemented in derived classes in order to populate the response stream with information.

The PopulateContent virtual abstract method is to be implemented in derived classes in order to provide functionality to populate the response stream with information.

See Also