TScriptBaseObject.RunScript Property
Returns the underlying TatScript object containing the source code and routines for this script-based object instance.
Remarks
RunScript retrieves the underlying script object which has the source code for the script-based class. The script routines will behave as class methods. Each object instance has its own RunScript. When an object is instantiated, a new RunScript is created and its content is copied from the base script where the script-based class was declared.
Syntax
Unit: atScript
property TScriptBaseObject.RunScript: TatScript