Table of Contents

TatScriptBehavior Enumeration

Indicates how the script behaves in the scripting system.

Remarks

sbNormal: the script is a regular script. sbClass: the script is treated as a class. The class name is defined with the $CLASS directive. All global variables are treated as properties of the class, and routines are class methods. sbForm: the script is treated as a form. The form script is defined with the $FORM directive. All global variables are treated as properties of the form, and routines are form methods.

Syntax

Unit: atScript

Members

Name Value Description
sbNormal 0
sbClass 1
sbForm 2