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>lclosearea</b> closes the associated area of the browse http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 lCloseArea      Closes the associated area of the browse
--------------------------------------------------------------------------------

   TWBrowse::lCloseArea() --> nil

 This method closes the workarea specified in the DATA :cAlias of the
 browse and empty the DATA :cAlias of the browse. It returns .t. if the
 operation was successful.

 You should use this METHOD when validating a MdiChild window that keeps
 a browse as its :oControl main control reviewed, to avoid drawing problems
 when the sysmenu of the MdiChild is being closed after selecting ending
 the MdiChild window. (Windows issues a WM_PAINT after closing the sysmenu,
 but if the alias has already been closed before you will get an error
 because the browse will not find the :cAlias anymore. This method mainly
 avoids these problems). See IDE\SOURCE\*.prg for working samples.


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