TScript.TOnException

From Soldat Community Wiki
Revision as of 17:38, 12 August 2013 by Mighty (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: