Have you set ScriptFormClass
property to make sure that all script forms created by scripter are of type TApplicationForm
?
IDEScripter1.ScriptFormClass := TApplicationForm;
Have you set ScriptFormClass
property to make sure that all script forms created by scripter are of type TApplicationForm
?
IDEScripter1.ScriptFormClass := TApplicationForm;