RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseRequestHandler.AppDispatcher Property

Provides read-only access to the application dispatcher component.

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

The application dispatcher component is typically TWebAppComponents. The application dispatcher component is used to access application objects such as TWebRequest and application components such as TEndUserAdapter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!