RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebApplication.Run Method

Executes the Web application.

Pascal
procedure Run; virtual;
C++
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!