RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionFieldValuesOfAdapter Interface

IActionFieldValuesOfAdapter is the interface for determining whether a request includes field values that pertain to a specific adapter.

Pascal
IActionFieldValuesOfAdapter = interface;
C++
__interface IActionFieldValuesOfAdapter;

AdaptReq

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. 

 

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