RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterItemRequestParams Interface

IAdapterItemRequestParams is the interface for reading the parameters for an adapter field or action request.

Pascal
IAdapterItemRequestParams = interface;
C++
__interface IAdapterItemRequestParams;

SiteComp

Use IAdapterItemRequestParams to read the parameters that accompany requests to an adapter field or action. The parameters, which can be accessed through the ParamValues property, are a set of 'Name=Value' strings. In addition to providing access to the parameters, IAdapterItemRequestParams has two properties, SuccessPage and FailurePage, which identify the Web pages that should be returned to the caller when the adapter request succeeds or fails.

Note: In C++, method declarations that use IAdapterItemRequestParams use the _di_IAdapterItemRequestParams type instead. This type is a DelphiInterface wrapper around the IAdapterItemRequestParams interface:
Note: typedef System::DelphiInterface< IAdapterItemRequestParams > _di_IAdapterItemRequestParams;
 

 

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