Datasnap.DSHTTPCommon.TDSNullResponseHandler.PopulateContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

As implemented, does nothing.

The PopulateContent method, as implemented, does nothing.

See Also