Table of Contents

TatBaseScripter.DefaultLanguage Property

Gets or sets the default language applied to scripts created with Scripts.Add.

Remarks

Changing DefaultLanguage does not affect existing scripts; it only applies to scripts added afterward via Scripts.Add. Use AddScript to create a script with an explicit language regardless of this setting. Defaults to slPascal.

Syntax

Unit: atScripter

property TatBaseScripter.DefaultLanguage: TScriptLanguage

See also