Datasnap.DSHTTP.TDSCacheResponseHandler.GetComplexParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetComplexParams(Command: TDBXCommand; out Index: Integer;
AddIfNotFound: Boolean = True): TDSCommandComplexParams;

C++

Datasnap::Dshttpcommon::TDSCommandComplexParams* __fastcall GetComplexParams(Data::Dbxcommon::TDBXCommand* Command, /* out */ int &Index, bool AddIfNotFound = true);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCacheResponseHandler

Description

Takes in a command and creates a new TDSCommandComplexParams instance from it if - for the given command - one isn't found already in GetCacheObject.CacheCommands.

GetComplexParams takes in a command and creates a new TDSCommandComplexParams instance from it if - for the given command - one isn't found already in GetCacheObject.CacheCommands.

Command should never be nil.

See Also