RAD Studio VCL Reference
|
Provides the underlying implementation for the InitContext method.
procedure ImplInitContext(AWebModuleList: TAbstractWebModuleList; ARequest: TWebRequest; AResponse: TWebResponse); virtual;
virtual __fastcall ImplInitContext(TAbstractWebModuleList AWebModuleList, TWebRequest ARequest, TWebResponse AResponse);
The InitContext method, which is called when the WebSnap application first receives a request, calls ImplInitContext to perform any initializations and to create the Web context for the new request message.
ImplInitContext performs the following tasks:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|