TatScriptBasedLibrary Class
A TatScripterLibrary descendant that exposes a script as a reusable library to other scripts.
Remarks
When a script is registered as a library, its methods and global variables become accessible from other scripts. This class is used internally by the scripter to implement script-based libraries; you do not need to use it directly.
Syntax
Unit: atScript
TatScriptBasedLibrary = class(TatScripterLibrary);