Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>method destroy() class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD Destroy() CLASS TWindow
--------------------------------------------------------------------------------
   TWindow:Destroy(  )  --> NIL

Function:
This method handles the actual removal of a window. It should NOT be
called directly. If you want to end a window's existence you should
call the End() method. The Destroy() method also destroys (ie releases)
the following objects if they were associated with the window:

        ::oBrush
        ::oCursor
        ::oIcon
        ::oFont
        ::oMenu
        ::oSysMenu
        ::oVScroll
        ::oHScroll
and the handling of Drag-and-Drop if it was installed.
If the window was the main window off the application it will also
close the main window and proceed with the code behind the activation
of the window.

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson