Web.HTTPApp.TWebActionItems.WebDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebDispatcher: TCustomWebDispatcher read FWebDispatcher;

C++

__property TCustomWebDispatcher* WebDispatcher = {read=FWebDispatcher};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebActionItems

Description

Provides access to the dispatcher that uses TWebActionItems to store and manipulate its action items.

Read WebDispatcher to get access to the dispatcher object that uses the collection of action items to respond to HTTP request messages.