Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateResponse

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSJsonResponseHandler

Delphi

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

C++

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

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