RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.SysErrorMessage Function

Converts OS error codes into strings.

Pascal
function SysErrorMessage(ErrorCode: Integer): string;
C++
AnsiString SysErrorMessage(int ErrorCode);

SysUtils

SysErrorMessage returns an error message string that corresponds to the specified OS error code. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!