Difference between revisions of "TScript.TOnException"
(→Error Types) |
m |
||
Line 12: | Line 12: | ||
==Error Types== | ==Error Types== | ||
+ | {{expand|descriptions when the errors appear}} | ||
*ErNoError | *ErNoError | ||
*erCannotImport | *erCannotImport |
Revision as of 08:02, 22 August 2013
Description
Type used by TScript.OnException as an event handler type.
Declaration
function (ErrorCode: TErrorType; Message, UnitName, FunctionName: string; Row, Col: Cardinal): Boolean ErrorCode: See below! Message: Error message to be displayed UnitName: Unit in which the error occured FunctionName: Function that caused an error Row,Col: Cursor position in file where error occured Result: True if exception is handled, otherwise script is disabled.
Error Types
Expand with: descriptions when the errors appear |
- ErNoError
- erCannotImport
- erInvalidType
- ErInternalError
- erInvalidHeader
- erInvalidOpcode
- erInvalidOpcodeParameter
- erNoMainProc
- erOutOfGlobalVarsRange
- erOutOfProcRange
- ErOutOfRange
- erOutOfStackRange
- ErTypeMismatch
- erUnexpectedEof
- erVersionError
- ErDivideByZero
- ErMathError
- erCouldNotCallProc
- erOutofRecordRange
- erOutOfMemory
- erException
- erNullPointerException
- erNullVariantError
- erInterfaceNotSupported
- erCustomError