Note: ABL named events are completely different from the key function, mouse, widget, and direct manipulation events, which are described in the “Handle-based Object Events Reference” section. They are also different from the class events described in the “Class Events Reference” section.
UNSUBSCRIBE PROCEDURE subscriber-handleTO event-name ALL IN publisher-handlePROCEDURE subscriber-handleThe PROCEDURE option lets one procedure cancel a subscription on behalf of another. For example, if you want procedure A to cancel a subscription on behalf of procedure B, set subscriber-handle to the procedure handle of B.IN publisher-handleIf the IN option appears, the AVM cancels subscriptions to named events published by publisher-handle-specifically, either all subscriptions (if the ALL option appears), or only subscriptions to event-name (if event-name appears).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |