Happens when your window is about to be destroyed. Typically, you will free any resources you allocated in your window's CREATE event handler.


Return

0 if your DESTROY handler calls GuiWake to set its own signal. Return nothing if you want REXX GUI to automatically DROP the variable GuiSignal, and set GuiObject to the name of the object whose window is being dropped.


Notes

When your DESTROY handler is called, the operating system has already removed your window from the display.

See also CLOSE.