Web.HTTPApp.WebApplicationFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WebApplicationFileName: string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall WebApplicationFileName(void);

Properties

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

Description

Gets the web application executable file name.

Web.HTTPApp.WebApplicationFileName retrieves the file name of the web application executable. This may be an EXE file when the project is stand-alone or CGI application or a DLL file when the project is an ISAPI DLL.

See Also