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

SysErrorMessage

Format a system error message.

Declaration

Source position: sysutilh.inc line 177

function SysErrorMessage(

  ErrorCode: Integer

):String;

Description

SysErrorMessage returns a string that describes the operating system error code ErrorCode.

Errors

This routine may not be implemented on all platforms.

See also

EOSError

  

Operating system error.

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