Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WWindowBase            Window base class
 ----------------------------------------------------------------------------
 WWindowBase
 Window base class
 ----------------------------------------------------------------------------
 
 Properties
 Cargo          User-defined value
 ClassName      The name of the class
 hDC            The handle of a device context, if not NIL and not zero (0)
 hWnd           Contains the handle of the window object, if any
 oParent        Contains the window's parent object, if any
 Text           The window's title or contents
 Visible        A logical controlling whether the window is visible
 WndStyle       The window's style (a combination of WS_* values)
 
 Methods
 WWindowBase:Axit()        Destroy a window object
 WWindowBase:Create()      Create a window
 WWindowBase:CreateId()    Create a unique ID for a window
 WWindowBase:Init()        Construct a window base object
 WWindowBase:SetFocus()    Set the input focus to a window
 WWindowBase:Show()        Show/hide a window
 
 Inherits From
 Nothing.
 
 Inherited By
 WWindow
 WDDEClient
 WDDEServer
 WDialog
 WControlWindow
 
 Description
 This class is the base class for window classes.  It is an
 abstract class: descendants must provide various 
 properties/methods to be usable.  So, using the Init() method
 will cause an error.
 
 Example
 
 See Also  (press Enter)

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