RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterDispatcher Interface

IAdapterDispatcher is the interface for interacting with the adapter dispatcher.

Pascal
IAdapterDispatcher = interface(IWebRequestHandler);
C++
__interface IAdapterDispatcher : public IWebRequestHandler;

SiteComp

The TAdapterDispatcher component implements IAdapterDispatcher. This interface, which the TWebAppComponents object publishes, allows the WebSnap application to dispatch request messages that represent HTML form submissions and requests for dynamic images that can be resolved using adapter actions and fields. It also encodes the hidden fields and HREF values that are used to make those calls to adapter fields and actions.

Note: In C++, method declarations that use IAdapterDispatcher use the _di_IAdapterDispatcher type instead. This type is a DelphiInterface wrapper around the IAdapterDispatcher interface:
Note: typedef System::DelphiInterface< IAdapterDispatcher > _di_IAdapterDispatcher;
 

 

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