Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateResponse(ResponseInfo: TDSHTTPResponse;
InvokeMetadata: TDSInvocationMetadata); override;

C++

virtual void __fastcall PopulateResponse(TDSHTTPResponse* ResponseInfo, Data::Dbxplatform::TDSInvocationMetadata* InvokeMetadata);

Properties

Type Visibility Source Unit Parent
procedure
function
public
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 PopulateResponse virtual method populates the given response using the previously specified command and any appropriate invocation metadata passed in.

See Also