RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPageDispatcher.ImplHandleRequest Method

Handles application-specific processing of an HTTP request.

Pascal
function ImplHandleRequest(Request: TWebRequest; Response: TWebResponse): Boolean; override;
C++
virtual __fastcall Boolean ImplHandleRequest(TWebRequest Request, TWebResponse Response);

The ImplHandleRequest function is called from HandleRequest to handle the application-specific processing of the HTTP request. 

This base version of the function generates an assertion failure as a reminder that a customized overridden version of this function needs to be defined in order to handle the request processing specific to the application. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!