MSM-Workstation
Events

Destroy

The high level event Destroy may occur for windows and for all components.
This event will occur when the window or component in question is destroyed.
The code that is generated by the Workstation View Builder will first execute the "destroy action logic" for the window, and then the "destroy action logic" for each of the components in the window. The traversal of the various components is in order of the collating sequence of their names.

The event Destroy is a high-level event which occurs when an object (window, control, etcetera) is destroyed. The event Destroy for a control occurs when a window is destroyed through either of the macros %%Return or %%Cancel, except when the event is defined as "Initially Disabled".

Go to the alphabetic list of events.