RAD Studio VCL Reference
|
Executes the Web application.
procedure Run; virtual;
virtual __fastcall Run();
When the application is executed, the application's Run method is calledautomatically.
The Run method for TWebApplication sets up the default error handler and shut down sequence for the application. Descendants of TWebApplication override the Run method to receive HTTP request messages, create the TWebRequest and TWebResponse objects for incoming requests, and call the HandleRequest method to process those requests.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|