Difference between revisions of "TScript"
(Created page with "==Inheritance== *TScript ==Description== Represents a script. user constructable: '''NO'''<br> user destructable: '''NO''' ==Members== {| class="wikitable" ! Member de...") |
m (→Members) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 7: | Line 7: | ||
user constructable: '''NO'''<br> | user constructable: '''NO'''<br> | ||
user destructable: '''NO''' | user destructable: '''NO''' | ||
| + | |||
| + | '''This class is assigned to global variable "[[Global_Variables.Script|Script]]"''' | ||
==Members== | ==Members== | ||
| Line 27: | Line 29: | ||
| property [[TScript.DebugMode|DebugMode]]: Boolean || align="center" | R || align="center" | no | | property [[TScript.DebugMode|DebugMode]]: Boolean || align="center" | R || align="center" | no | ||
|- | |- | ||
| − | | property [[TScript.OnException|OnException]]: 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 19: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 |