API:Datasnap.DSHTTP.TDSDefaultResponseHandler.PopulateContent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSDefaultResponseHandler

Delphi

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

C++

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

Description

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

Datasnap.DSHTTP.TDSDefaultResponseHandler.PopulateContent inherits from Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateContent. All content below this line refers to Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateContent.

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