Web.HTTPApp.FWebApplicationFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FWebApplicationFileName: string;

C++

extern DELPHI_PACKAGE System::UnicodeString FWebApplicationFileName;

Properties

Type Visibility Source Unit Parent
variable public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

Web application executable file name, when the project is not the main instance.

Web.HTTPApp.FWebApplicationFileName indicates the location of the web application executable when the project is not the main instance, such as an ISAPI DLL.

See Also