[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

SysErrorMessageUTF8

Gets the UTF-8-encoded system error message for the specified error code.

Declaration

Source position: lazutf8.pas line 73

function SysErrorMessageUTF8(

  ErrorCode: Integer

):string;

Arguments

ErrorCode

  

Numeric system error code for the message.

Function result

UTF-8-encoded value for the system error message.

Description

SysErrorMessageUTF8 is used to get the UTF-8-encoded system error message for the specified error code. SysErrorMessageUTF8 calls the SysUtils.SysErrorMessage function and converts the error message using SysToUTF8.


Version 3.2 Generated 2024-02-25 Home