Web.WebReq.TWebRequestHandler

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebRequestHandler

Delphi

TWebRequestHandler = class(TComponent)

C++

class PASCALIMPLEMENTATION TWebRequestHandler : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Web.WebReq.pas
Web.WebReq.hpp
Web.WebReq Web.WebReq

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.

See Also