Exchange Links About this site
Links to us
Question: How can I find out what the error code reported by GetLastError() means? Answer: Use the Windows function SysErrorMessage() as shown below
begin // .. some code that causes an error e.g. // an unsuccessful CopyFile() ShowMessage(SysErrorMessage(GetlastError)); end;
Comments:
Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity. The owner of this web site reserves the right to delete such material.