Gets the UTF-8-encoded system error message for the specified error code.
Source position: lazutf8.pas line 73
function SysErrorMessageUTF8( |
ErrorCode: Integer |
):string; |
ErrorCode |
|
Numeric system error code for the message. |
UTF-8-encoded value for the system error message.
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 4.4 | Generated 2025-11-08 | Home |