RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams Interface

IAdapterRequestParams is the interface for extracting name/value pairs from an HTTP request message.

Pascal
IAdapterRequestParams = interface;
C++
__interface IAdapterRequestParams;

AdaptReq

Use IAdapterRequestParams to obtain the parameters needed to execute an adapter action from an HTTP request message. You can obtain an IAdapterRequestParams interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context. 

The name/value pairs that IAdapterRequestParams makes available are added as hidden fields to an HTML form by the adapter's EncodeActionParams method. Use the IAdapterRequestParams interface of a request that originates from the form containing those hidden fields to retrieve their names and values. 

 

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