Table of Contents

OnGlobalScripterCreate Field

A global event fired whenever a scripter component is created in the application.

Remarks

Assign a handler to register classes, methods, or properties in every scripter component without needing a direct reference. The newly created scripter is passed as Sender; cast it to TatCustomScripter to access its members.

Syntax

Unit: atScript

OnGlobalScripterCreate: TNotifyEvent;