RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterModes Interface

IAdapterModes is the interface for extracting the mode of an adapter from an HTTP request.

Pascal
IAdapterModes = interface;
C++
__interface IAdapterModes;

Use IAdapterModes to obtain mode information for a specified adapter from an HTTP request message. You can obtain an IAdapterModes interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context. 

Not all adapters have modes. For adapters that do support modes, the mode indicates the types of tasks that adapter can perform. Adapters that support modes include the mode as a hidden field in HTML forms so that they can re-establish the correct mode when processing requests that originate from that form. 

IAdapterModes lists the modes of any adapters that support modes and that contributed to the HTML form from which this request originated. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!