[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the name of the current module
Source position: sysutilh.inc line 329
function GetModuleName( |
Module: HMODULE |
):string; |
GetModuleName returns the name of the current module. On windows, this is the name of the executable when executed in an executable, or the name of the library when executed in a library.
On all other platforms, the result is always empty, since they provide no such functionality.