RAD Studio VCL Reference
|
Handles application-specific processing of an HTTP request.
function ImplHandleRequest(ARequest: TWebRequest; AResponse: TWebResponse): Boolean; virtual;
virtual __fastcall Boolean ImplHandleRequest(TWebRequest ARequest, TWebResponse AResponse);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|