Table of Contents

TScriptFormLoader Class

Helper class that loads a DFM form resource and wires event handlers for script-based forms.

Remarks

Used internally by the scripter when the $FORM directive is encountered. It reads the DFM stream, resolves method names against the associated script routines, and restores saved properties and events after loading.

Syntax

Unit: atScript

TScriptFormLoader = class(TObject);