Table of Contents

TSettingEventProc Type

Callback type fired before the scripter assigns a script routine to a Delphi object event.

Remarks

Used by the OnSettingEvent property of TatCustomScripter and TatScripterEventBroker. Sender: the object raising the notification. AInstance: the Delphi object whose event is being set. APropName: the name of the event property being set. ARoutineName: the name of the script routine being assigned as the handler. AScripter: the scripter instance performing the assignment. APlacement: controls how the new handler is placed relative to any existing handler. AProcede: set to False to cancel the event assignment.

Syntax

Unit: atScript