RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIApplication.Create Constructor

Creates an instance of TWebApplication.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TISAPIApplication(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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!