Web.HTTPApp.FWebApplicationFileName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FWebApplicationFileName: string;

C++

extern DELPHI_PACKAGE System::UnicodeString FWebApplicationFileName;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Beschreibung

Name der ausführbaren Datei einer Webanwendung, wenn das Projekt nicht die Hauptinstanz ist.


Web.HTTPApp.FWebApplicationFileName gibt den Speicherort der ausführbaren Datei einer Webanwendung an, wenn das Projekt nicht die Hauptinstanz ist, wie z.B. eine ISAPI-DLL.

Siehe auch