Difference between revisions of "TScript.OnException"
(Created page with " '''''property OnException: TOnException''''' Access mode: RW ==Description== Occurs when an uncaught exception is thrown (out of range, null point...") |
|||
Line 3: | Line 3: | ||
==Description== | ==Description== | ||
− | Occurs when an | + | Occurs when an exception is thrown (out of range, null pointer, among others). |
[[Category:TScript]] | [[Category:TScript]] |
Latest revision as of 20:54, 23 June 2016
property OnException: TOnException Access mode: RW
Description
Occurs when an exception is thrown (out of range, null pointer, among others).