TatScript.DesignScriptForm Property
Gets or sets a live form instance used by the compiler instead of loading the form file, for IDE design-time use.
Remarks
When compiling a form script, the compiler needs to load the form file in order to check which controls are on the form. If DesignScriptForm is set to a valid TScriptForm, then the compiler does not load the form file, but instead uses the instantiated form specified by DesignScriptForm to retrieve the names of controls. This property should be used only for internal purposes, like the IDE environment.
Syntax
Unit: atScript
property TatScript.DesignScriptForm: TComponent