TatScriptInfo.IsForm Property
IsForm property indicates if the current script is a regular script (IsForm is false) or a form script (IsForm is true). A script is a form script when it contains the $FORM directive.
Syntax
Unit: atScript
property TatScriptInfo.IsForm: Boolean