Datasnap.DSHTTP.TDSCacheResponseHandler.ProcessResultObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCacheResponseHandler

Delphi

procedure ProcessResultObject(var ResultObj: TJSONObject; Command: TDBXCommand); override;

C++

virtual void __fastcall ProcessResultObject(System::Json::TJSONObject* &ResultObj, Data::Dbxcommon::TDBXCommand* Command);

Description

Adds to the result object two key-value pairs (namely cacheId and cmdIndex).

The ProcessResultObject method adds to the result object, specified by the ResultObj parameter, two key-value pairs: cacheId and cmdIndex. These pairs can later be used to construct URLs into different levels of the session parameter cache.

See Also