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]
 WAppBase               Application base class
 ----------------------------------------------------------------------------
 WAppBase
 Application base class
 ----------------------------------------------------------------------------
 
 Properties
 BWCC           A logical controlling the use of Borland controls
 Cargo          User-defined value
 ClassName      The name of the class
 Ctl3D          A logical controlling the use of MS 3-D controls
 hCtl3D         Module handle of MS 3-D control DLL
 HelpFile       Name/path of help file
 MDI            A logical indicating whether this is an MDI application
 Modal          A logical indicating whether dialogs are by default modal
 oWnd           Contains the application's main window object, if any
 
 Methods
 WAppBase:Axit()        Destroy an application object
 WAppBase:Create()      Perform the final creation step of an application
 WAppBase:Exec()        Execute an application
 WAppBase:Init()        Construct an application base object
 WAppBase:Quit()        Quit an application
 WAppBase:Send()        Send a message to an application object
 WAppBase:SeriousError()  Handle a serious error
 WAppBase:Start()       Start an application running
 
 Inherits From
 Nothing.
 
 Inherited By
 WApp
 WMDIApp
 
 Description
 This class is the base class for application 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