Show: Delphi C++
Display Preferences

AdaptReq.IAdapterRequestParams

From XE2 API Documentation
Jump to: navigation, search

Delphi

type IAdapterRequestParams = interface(IInterface) [{0394040F-414D-11D4-A47C-00C04F6BB853}]

C++

__interface  INTERFACE_UUID("{0394040F-414D-11D4-A47C-00C04F6BB853}") IAdapterRequestParams  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
AdaptReq.pas
AdaptReq.hpp
AdaptReq AdaptReq

Description

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

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.

See Also

Personal tools
Previous Versions
Translations