OnGlobalScripterLoaded Field
A global event fired whenever a scripter component is loaded from a DFM in the application.
Remarks
Assign a handler to register classes, methods, or properties in every loaded scripter component without needing a direct reference.
The loaded scripter is passed as Sender; cast it to TatCustomScripter to access its members.
Syntax
Unit: atScript
OnGlobalScripterLoaded: TNotifyEvent;