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