[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Mapping between runtime-error constants and program exit codes
Source position: systemh.inc line 1060
const RuntimeErrorExitCodes: array [TRuntimeError] of Byte = ; |
This array is used by the Error routine to to convert a TRuntimeError enumeration type to a process exit code.
|
Generate run-time error |