Table of Contents

IScriptBasedForm Interface

Interface implemented by script-based form objects, extending IScriptBasedObject with form-specific members.

Remarks

Provides access to saved properties, saved event bindings, the underlying form component, and the associated run script. Used internally by the scripter when loading DFM resources for script-based forms.

Syntax

Unit: atScript

IScriptBasedForm = interface(IScriptBasedObject);