A comma-separated list of ABL named events published by a particular procedure. Returns the empty string for a Web service procedure.
Note: ABL named events are completely different from the key function, mouse, widget, and direct manipulation events described in the “Handle-based Object Events Reference” section. They are also different from the class events described in the “Class Events Reference” section.
Data type:
Access:
Applies to: ABL builds PUBLISHED-EVENT lists as the compiler encounters PUBLISH statements-specifically, PUBLISH statements that specify the event name as a quoted string and not as a CHARACTER variable expression, and that do not use the FROM option.
Note: PUBLISHED-EVENTS lists do not contain signatures of their named events. ABL assumes that the subscriber to a named event knows its signature.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |