WebReq.TWebRequestHandler
Contents |
Delphi Information
From WebReq.pas
TWebRequestHandler = class(TComponent)
Unit: WebReq
Type: class
Inherited Class Members: WebReq.TWebRequestHandler Members
Class Properties: WebReq.TWebRequestHandler Properties
Class Methods: WebReq.TWebRequestHandler Methods
Class Constructors & Destructors: WebReq.TWebRequestHandler Constructors
C++ Information
From WebReq.hpp
TWebRequestHandler = class(TComponent)
Unit: WebReq
Type: class
Inherited Class Members: WebReq.TWebRequestHandler Members
Class Properties: WebReq.TWebRequestHandler Properties
Class Methods: WebReq.TWebRequestHandler Methods
Class Constructors & Destructors: WebReq.TWebRequestHandler Constructors
Description
TWebRequestHandler maintains the Web modules in an application and creates request and response objects when the application receives HTTP request messages.
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.