API:Web.WebBroker.TWebApplication

From RAD Studio API Documentation
Jump to: navigation, search

Web.WebReq.TWebRequestHandlerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebApplication

Delphi

TWebApplication = class(TWebRequestHandler)

C++

class PASCALIMPLEMENTATION TWebApplication : public Web::Webreq::TWebRequestHandler

Properties

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

Description

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

Web.WebBroker.TWebApplication inherits from Web.WebReq.TWebRequestHandler. All content below this line refers to Web.WebReq.TWebRequestHandler.

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