Difference between revisions of "TScript"
m (→Description) |
m (→Members) |
||
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
|- | |- | ||
| property [[TScript.OnException|OnException]]: [[TScript.TOnException|TOnException]] || align="center" | RW || align="center" | no | | property [[TScript.OnException|OnException]]: [[TScript.TOnException|TOnException]] || align="center" | RW || align="center" | no | ||
+ | |- | ||
+ | | property [[TScript.OnUnhandledException|OnUnhandledException]]: [[TScript.TOnUnhandledException|TOnUnhandledException]] || align="center" | RW || align="center" | no | ||
|} | |} | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 20:53, 23 June 2016
Inheritance
Description
Represents a script.
user constructable: NO
user destructable: NO
This class is assigned to global variable "Script"
Members
Member declaration | Access mode | Inherited |
---|---|---|
procedure Recompile(Force: Boolean) | no | |
procedure Unload | no | |
property Name: string | R | no |
property Version: string | R | no |
property Dir: string | R | no |
property DebugMode: Boolean | R | no |
property OnException: TOnException | RW | no |
property OnUnhandledException: TOnUnhandledException | RW | no |