API: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 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