Web.WebReq.WebRequestHandlerProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

WebRequestHandlerProc: function: TWebRequestHandler = nil;

C++

extern DELPHI_PACKAGE TWebRequestHandler* __fastcall (*WebRequestHandlerProc)(void);

Properties

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

Description

Procedural type that represents a Web request handler routine.

WebRequestHandlerProc is a procedural type that represents a Web request handler routine. Before being assigned, it is defined as nil.

See Also