Table of Contents

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);

Methods

Name Description
Finalize Removes all methods and properties registered by Init method.
Init Registers the routines and global variables in the script as default methods and properties in the scripter to be accessible from other scripts.