RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebDispatchActions Interface

IWebDispatchActions is the interface for components that dispatch HTTP request messages using action items.

Pascal
IWebDispatchActions = interface;
C++
__interface IWebDispatchActions;

Web dispatcher components (TWebDispatcher and TWebModule) implement the IWebDispatchActions interface. This interface serves primarily to identify components that use action items to handle HTTP request messages. 

To obtain an IWebDispatchActions interface, use the DispatchActions property of a TWebAppComponents object.

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

 

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