TatCustomScripter.ScriptBaseObjectClass Property
Gets or sets the base class used when a script-based class is instantiated. Defaults to TScriptBaseObject.
Remarks
ScriptBaseObjectClass property specifies the class of script that are to be created dynamically by scripter when a new class is instantiated from script. Default value is TScriptBaseObject, but you can set any other class that descends from TScriptBaseObject.
Syntax
Unit: atScript
property TatCustomScripter.ScriptBaseObjectClass: TScriptBaseObjectClass