Difference between revisions of "TScript.TOnException"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
(No difference)

Revision as of 15:38, 12 August 2013

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: