Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>wkillall() window function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WKILLALL()                                                 Window Function
 Purpose..: Remove all windows from memory
-------------------------------------------------------------------------------
 Syntax...: wKillAll() --> NIL

 Arguments: none

 Returns..: NIL

 Remark...: wKillAll() removes all windows from memory. They
            cannot be used again. Any attempt to use functions
            such as wOpen() or wClose() will return FALSE and do
            nothing.

            The function uses the closing method defined by wHowClose().

            As with all FreshWin window functions that alter the display,
            this function automatically hides and redisplays the mouse
            cursor if it is active.

 Source...: WKILL.PRG
-------------------------------------------------------------------------------
 Example..: wKillAll()  // Deletes all the windows.


See Also: wKill() wClose()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson