API: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 that is to be implemented in subclasses to provide a method to populate the given response with information.

Datasnap.DSHTTPCommon.TDSJsonResponseHandler.PopulateResponse inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.PopulateResponse. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.PopulateResponse.

Virtual abstract method that is to be implemented in subclasses to provide a method to populate the given response with information.

The PopulateResponse virtual abstract method is to be implemented in subclasses to provide a method to populate the given response using the previously specified command and any appropriate invocation metadata passed in.

See Also