Icon HandleRequest Method

procedure HandleRequest(Request: TWebServerRequest)

Usage

Available In: Server Applications

Use this method to manually call the OnHandleRequest event handler.

Information Normally this method is only called by the web server when routing an incoming web server request into a server application.
Image