TRuntimeError
Type of runtime-error for the Error procedure
Declaration
Source position: systemh.inc line 1592
Type
TRuntimeError = (reNone,reOutOfMemory,reInvalidPtr,reDivByZero,
                 reRangeError,reIntOverflow,reInvalidOp,reZeroDivide,
                 reOverflow,reUnderflow,reInvalidCast,reAccessViolation,
                 rePrivInstruction,reControlBreak,reStackOverflow,
                 reVarTypeCast,reVarInvalidOp,reVarDispatch,
                 reVarArrayCreate,reVarNotArray,reVarArrayBounds,
                 reAssertionFailed,reExternalException,reIntfCastError,
                 reSafeCallError,reQuit,reCodesetConversion,
                 reNoDynLibsSupport,reThreadError)
Description
TRuntimeError is used in the Error procedure to indicate what kind of error should be reported.
See also
| Name | Description | 
|---|---|
| Error | Generate run-time error |