RAD Studio VCL Reference
|
Introduces an interface for a method that initializes the application.
procedure Initialize; virtual;
virtual __fastcall Initialize();
The Initialize method for TWebApplication does nothing. Initialize is the first method called for every project. Descendants of TWebApplication that must perform any initialization before the application starts running override this method for that purpose.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|