Table of Contents

TatScriptInfo.ScriptClassName Property

Holds the class name used when the script is a form or class script.

Remarks

For form and class scripts, all routines act as class methods and all global variables as class properties. ScriptClassName stores the name (e.g., 'TMyForm') by which the class is accessible from other scripts, for example: TMyForm.Create.

Syntax

Unit: atScript

property TatScriptInfo.ScriptClassName: string

See also