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