Table of Contents

TatScriptInfo.Behavior Property

Indicates how the current script behaves, based on the TatScriptBehavior type.

Remarks

A script can be a regular script, or a script that represents a class (or a form). In the latter case, variables are treated as class properties and routines are treated as class methods.

Syntax

Unit: atScript

property TatScriptInfo.Behavior: TatScriptBehavior

See also