TatScript.DesignFormResource Property
Gets or sets a form resource string used by the compiler instead of loading the DFM file, for IDE design-time use.
Remarks
When compiling a form script, the compiler needs to load the form file to retrieve the form resource. The form resource is saved "inside" the script in the property ScriptInfo.FormResource, so that the form resource is saved when the script is saved as a pcode. If DesignFormResource is set to a valid form resource, then the compiler does not load the form file, but instead uses the DesignFormResource as the valid form resource to be saved with the compiled script.
Syntax
Unit: atScript
property TatScript.DesignFormResource: string