Web.HTTPApp.WebApplicationFileName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function WebApplicationFileName: string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

Obtient le nom de fichier de l'exécutable de l'application web.


Web.HTTPApp.WebApplicationFileName récupère le nom de fichier de l'exécutable de l'application web. Ce peut être un fichier EXE quand le projet est autonome ou une application CGI, ou un fichier DLL quand le projet est un ISAPI DLL.

Voir aussi