RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatchParams Class

TAdapterDispatchParams parses a request to determine the adapter to which it is directed, and, if available, the Web pages that should appear when the request is successfully or unsuccessfully handled.

Pascal
C++
class TAdapterDispatchParams : public TInterfacedObject, public IAdapterDispatchParams, public IGetAdapterRequestDefaultResponse;

TAdapterDispatcher uses TAdapterDispatchParams as a helper object for locating the adapter that can handle a request message. The TAdapterDispatchParams constructor takes a request message as an argument, and parses the request to determine the adapter, if any, that should handle it and the parameters that the adapter needs to handle the request. 

The TAdapterDispatchParms properties identify the adapter that can process the request, the name of the action or field that the adapter uses to process the request, and the type of request (an action to execute or a field value to retrieve). 

 

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