RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebApplication.Create Constructor

Creates an instance of TWebApplication.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TWebApplication(TComponent * AOwner);

Do not call Create. The single Web application object named Application is instantiated automatically when the CGIApp unit, the ISAPIApp unit, or the ApacheApp unit is included in the uses list of the project. 

Create allocates the helper objects used by TWebApplication

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!