RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterItemRequestParams Class

TAdapterItemRequestParams holds the name/value pairs that must be included in request messages addressed to an adapter or its subcomponents.

Pascal
TAdapterItemRequestParams = class(TInterfacedObject, IAdapterItemRequestParams);
C++
class TAdapterItemRequestParams : public TInterfacedObject, public IAdapterItemRequestParams;

WebDisp

TAdapterItemRequestParams is the default implementation of the IAdapterItemRequestParams interface. It holds the name/value pairs that should be included as request parameters to an adapter or one of its subcomponents.  

The parameters, which can be accessed through the ParamValues property, are a set of 'Name=Value' strings. In addition to holding these parameters, TAdapterItemRequestParams has two properties, SuccessPage and FailurePage, which identify the Web pages that should be returned to the caller when the request succeeds or fails. 

 

TAdapterDispatcher 

IAdapterItemRequestParams 

GetAdapterItemRequestParams

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!