RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebBroker.Application Variable

Represents a web server application for an Internet project.

Pascal
Application: TWebApplication = nil;
C++
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!