Web.HTTPApp.GetModuleFileNameProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GetModuleFileNameProc: function: string = nil;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall (*GetModuleFileNameProc)(void);

Properties

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

Description

Pointer to a function that retrieves the web application file name.

See Also