Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

GetModuleName

Return the name of the current module.

Declaration

Source position: sysutilh.inc line 367

function GetModuleName(

  Module: HMODULE

):string;

Description

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.


Documentation generated on: Jul 27 2024