|
RAD Studio VCL Reference
|
Represents a web server application for an Internet project.
Application: TWebApplication = nil;
TWebApplication Application = nil;
By default, when a new Internet server project is created, an Application object is created and assigned to Application. If the project represents a CGI or Win-CGI server Application, Application is initialized to a TCGIApplication object. If the project represents an Apache server Application, Application is initialized to a TApacheApplication object. If the project represents an ISAPI or NSAPI server Application, Application is initialized to a TISAPIApplication object. Which type of TWebApplication object gets created depends on whether the project includes the ISAPIApp unit, the ApacheApp unit, or the CGIApp unit.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|