RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.DispatcherComponent Property

Specifies the component that manages the HTTP request messages to which this page producer responds and that receives the response content that this page producer creates.

Pascal
property DispatcherComponent: TComponent;
C++
__property TComponent * DispatcherComponent;

Read DispatcherComponent to access the dispatcher that handles the HTTP request and response messages for this Web Server application. In Web Broker applications, this is the interface of a TWebDispatcherComponent or TWebModule component. In WebSnap applications, this is the interface of a TWebAppComponents component. 

Dispatcher implements the interface that is the value of the Dispatcher property. The XSL page 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. 

 

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