Show: Delphi C++
Display Preferences

Web.Webbroker.Application

From XE2 API Documentation
Jump to: navigation, search

C++

extern PACKAGE TWebApplication* Application;

Properties

Type Visibility Source Unit Parent
variable public Web.WebBroker.hpp Web.Webbroker Web.Webbroker

Description

Represents a web server application for an Internet project.

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.

See Also

Personal tools
Previous Versions
Translations