RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.ImplHandleRequest Method

Provides the underlying implementation for the HandleRequest method.

Pascal
function ImplHandleRequest: Boolean; virtual;
C++
virtual __fastcall Boolean ImplHandleRequest();

The HandleRequest method calls ImplHandleRequest to handle the current HTTP request message. In TMultiModuleWebAppServices, ImplHandleRequest returns true, indicating that the request is handled, but does nothing to fill out the response object. Descendant classes override this method to locate components in the WebSnap application that can process the request and forward the request to them for handling. 

ImplHandleRequest returns true if the request is handled and the response should be sent back to the caller (if it was not already sent). It returns false if the WebSnap application could not handle the request. 

 

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