Web.HTTPApp.ISetAppDispatcher.SetAppDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAppDispatcher(const ADispatcher: TComponent);

C++

virtual void __fastcall SetAppDispatcher(System::Classes::TComponent* const ADispatcher) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp ISetAppDispatcher

Description

Associates the specified dispatcher with this content producer.

The association between a content producer such as TPageProducer and a dispatcher such as TWebDispatcher allows the content producer to retrieve information from the dispatcher, such as the request.