AdaptReq.IActionFieldValuesOfAdapter
Delphi
IActionFieldValuesOfAdapter = interface
C++
__interface INTERFACE_UUID("{F982888E-B049-46C0-AC14-8652E6AC8D97}") IActionFieldValuesOfAdapter : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | AdaptReq |
Description
IActionFieldValuesOfAdapter is the interface for determining whether a request includes field values that pertain to a specific adapter.
Use IActionFieldValuesOfAdapter to obtain determine whether an HTTP request lists field values for a specific adapter component. This interface is supported by adapter request objects that represent requests originating from an HTML form that represents information from multiple adapters.
You can obtain an IActionFieldValuesOfAdapter interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context.
IActionFieldValuesOfAdapter defines a single method, LocateActionFieldValuesOfAdapter, which indicates whether the request includes field values for a specified adapter. If the request does include such a list, fetching the IActionFieldValues interface for the request yields the list of field values for the specified adapter.