RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.SysErrorMessage Function

Converts OS error codes into strings.

Pascal
function SysErrorMessage(ErrorCode: Cardinal): string;
C++
AnsiString SysErrorMessage(unsigned ErrorCode);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!