Web.WebReq.WebRequestHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WebRequestHandler: TWebRequestHandler;

C++

extern DELPHI_PACKAGE TWebRequestHandler* __fastcall WebRequestHandler(void);

Properties

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

Description

Returns a TWebRequestHandler object.

Use the WebRequestHandler function to obtain a reference to the global TWebRequestHandler object. This object manages all the Web modules in the application, and creates Web request and response objects when the application receives HTTP request messages.

See Also