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 refresh class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
METHOD Refresh CLASS TWindow
--------------------------------------------------------------------------------
   TWindow:Refresh( <lErase> )  -->

Parameters:

<lErase>  The <lErase> parameter determines whether or not the
          background of client area should be erased when the
          repainting of the window begins. If <lErase> is .T. the
          background will be erased.  Default is .T..


Purpose:
The Refresh() method will send a message to Windows that the client
area of the window should be repainted. This can become necessary if
some part of the client area has been overwritten or if there are some
changes to the background of the client area. If no parameters are
passed to the Refresh() method, the background of the client area will
be erased before the window is painted again.

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