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 - end ends control and make it disappear http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 End             Ends control and make it disappear
--------------------------------------------------------------------------------

   Syntax: End() --> <lSucces>

   Returns:
   This method returns .T. when the execution was successful i.e. the
   control could be removed. Otherwise it will return .F.

   Comments:
   The End() method is used to remove a control. When End() is called it
   will look at the ::aControls instance variable of the window/dialog
   the control was linked to. If it can find the control it will remove
   itself from the ::aControls instance variable.
   After that it calls the End() method of its ancestor class
   (TWindow).


See Also: End

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