wlandgraf
(Wagner Landgraf)
2
Yes, you can use events but:
- Events in scripter are set using the method name as string. For example:
LoGfKopieren.OnAfterCopyPosition := 'OnAfterGfCopyPositionX';
- You have to register the event type in advance so scripter know about it.
Some examples: