RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.DispatchActions Property

Provides access to an action-based Web dispatcher.

Pascal
property DispatchActions: IWebDispatchActions;
C++
__property IWebDispatchActions DispatchActions;

Read DispatchActions to determine whether the WebSnap application contains a Web dispatcher. A Web dispatcher maintains a list of action items that respond to incoming request messages. Web dispatchers can appear in both WebSnap and Web broker applications.  

The IWebDispatchActions interface that is the value of DispatchActions does nothing special other than identify its component as a Web dispatcher. You can, however, use this interface to obtain other interfaces that belong to the Web dispatcher. 

Typically, DispatchActions is the interface of a TWebDispatcher object. If the WebSnap application does not include a TWebDispatcher component, or some other component that implements the IWebDispatchActions interface, the value of this property is nil (Delphi) or NULL (C++). 

 

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