Table of Contents

TScriptFormFactory Class

Abstract factory class for creating script-based form instances.

Remarks

Override CreateScriptForm in a descendant to control how forms are instantiated when a script executes a form creation. Assign the descendant instance to the global ScriptFormFactory variable to activate the custom factory.

Syntax

Unit: atScript

TScriptFormFactory = class(TObject);