Datasnap.DSHTTPCommon.TDSServiceResponseHandler.PopulateResponse
Delphi
procedure PopulateResponse(AResponseInfo: TDSHTTPResponse;  InvokeMetadata: TDSInvocationMetadata); virtual; abstract;
C++
virtual void __fastcall PopulateResponse(TDSHTTPResponse* AResponseInfo, Data::Dbxplatform::TDSInvocationMetadata* InvokeMetadata) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp | Datasnap.DSHTTPCommon | TDSServiceResponseHandler | 
Description
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.