RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseRequestHandler.HandleRequest Method

Handles an HTTP request.

Pascal
function HandleRequest(ARequest: TWebRequest; AResponse: TWebResponse): Boolean;
C++
__fastcall Boolean HandleRequest(TWebRequest ARequest, TWebResponse AResponse);

HandleRequest returns true if it handles the request specified by ARequest. This function calls the ImplHandleRequest to process the request. A customized overridden function should be written for ImplHandleRequest to do the necessary processing specific to the application. 

 

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