RAD Studio VCL Reference
|
IWebDispatchActions is the interface for components that dispatch HTTP request messages using action items.
IWebDispatchActions = interface;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|