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 - paint draws the control. this process occurs inside display. http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Paint           Draws the control. This process occurs inside Display.
--------------------------------------------------------------------------------

   Syntax: Paint() --> Nil

   Comments:
   This method is a VIRTUAL method i.e. when called from a TControl
   object it will do nothing. However it is added here to make the most
   of the polymorhism that is a big part of Object Oriented
   Programming. The purpose of this method is to paint the control and
   this method is called by the eventhandler. It should NOT be called
   by the programmer. If you want to repaint a control use the
   Refresh() method.


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