TScript.TOnException
Description
Type used by TScript.OnException as an event handler type.
Declaration
Expand with: ErrorCode and Result descriptions |
function (ErrorCode: TPSError; Message, UnitName, FunctionName: string; Row, Col: Cardinal): Boolean ErrorCode: 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: