RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequestHandler Class

TWebRequestHandler maintains the Web modules in an application and creates request and response objects when the application receives HTTP request messages.

Pascal
TWebRequestHandler = class(TComponent);
C++
class TWebRequestHandler : public TComponent;

WebReq

TWebRequestHandler keeps a pool of active Web modules. In response to a request from the application, TWebRequestHandler creates a request object and assigns it to one of the active Web modules.  

Do not create instances of TWebRequestHandler. Use TWebRequestHandler as a base class when declaring nonvisual components that can appear on the component palette and be used in the form designer. Properties and methods of TWebRequestHandler provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

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