A comma-separated list of ABL named events published by a particular procedure. Returns the empty string for a Web service procedure.
Data type: CHARACTER
Access: Read-only
Applies to: Procedure object handle, SOURCE-PROCEDURE system handle, TARGET-PROCEDURE system handle, THIS-PROCEDURE system handle
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.