Ganz sicher?
Delphi-Quellcode:
SetLastError(123);
MessageDlg(IntToStr(GetLastError), mtInformation, [mbOK], 0);
MessageDlg(IntToStr(GetLastError), mtInformation, [mbOK], 0);
Zitat:
---------------------------
Informationen
---------------------------
123
---------------------------
OK
---------------------------
Zitat:
---------------------------
Informationen
---------------------------
0
---------------------------
OK
---------------------------