[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

GetModuleName

Return the name of the current module

Declaration

Source position: sysutilh.inc line 250

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.