Table of Contents

TatScriptInfo.IsClass Property

Indicates whether the current script is a class script.

Remarks

A script is a class script when it contains the $CLASS directive. Note that if the script is a form script, IsClass will be False, even though a form is also a class.

Syntax

Unit: atScript

property TatScriptInfo.IsClass: Boolean

See also