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 - display displays the control. use :refresh() to force repaint http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Display         Displays the control. Use :Refresh() to force repaint
--------------------------------------------------------------------------------

   Syntax: Display() --> 0

   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.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson