Web.WebBroker.Application

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Application: TWebApplication = nil;

C++

extern DELPHI_PACKAGE TWebApplication* Application;

Properties

Type Visibility Source Unit Parent
variable public
Web.WebBroker.pas
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. The type of TWebApplication object that is created depends on whether the project includes the Web.Win.ISAPIApp unit, the Web.ApacheApp unit, or the Web.CGIApp unit:

See Also