March 2000
Intermediate to advanced
576 pages
18h 13m
English
NoErrMsg Variable
var NoErrMsg: Boolean;
When a GUI application exits due to an error, it displays a message
dialog box with the error message and address. If the
NoErrMsg flag is True, the message box is not
displayed. The default value is False. In a console application, the
error message is always printed, regardless of the value of
NoErrMsg.
| ErrorAddr Variable, ErrorProc Variable, Halt Procedure, RunError Procedure |
Read now
Unlock full access