Web.HTTPApp.TCustomContentProducer.DispatcherComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DispatcherComponent: TComponent read FDispatcher;

C++

__property System::Classes::TComponent* DispatcherComponent = {read=FDispatcher};

Properties

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

Description

Provides access to the dispatcher component.

Dispatcher component is the component that implements the interface that is the value of the Dispatcher property. The content producer uses this property so that it can respond to notifications when the component is freed. To use the dispatcher, use the Dispatcher property instead.

See Also