Hi,
I use Powerbuilder metaclass functionality to analyze objects.
Now I need a way to identify events with predefined parameters.
A lot of such events have an event id like "pbm_dwnitemchange" for itemchanged event.
But there are also predefined events like the datawindow error event or all events of the application object with no event id!
Is there a way to check if such events are system defined?
In Scriptdefinition for the error event the property islocallydefined is TRUE and isexternalevent is FALSE !?
Regards,
René