Web.HTTPApp.IWebDispatchActions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWebDispatchActions = interface

C++

__interface  INTERFACE_UUID("{E4444CD8-9FAE-D511-8D38-0050568E0E44}") IWebDispatchActions  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

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

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.

See Also