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]
 WApp                   Application class
 ----------------------------------------------------------------------------
 WApp
 Application class
 ----------------------------------------------------------------------------
 
 Properties
 MDI            A logical (.F.) indicating this is not an MDI application
 Modal          A logical (.T.) indicating that dialogs are by default modal
 
 Methods
 WApp:AddDialog()   Add a modeless dialog to the application
 WApp:Create()      Perform the final creation step of an application
 WApp:DelDialog()   Remove a modeless dialog from the application
 WApp:Exec()        Execute the application
 
 Inherits From
 WAppBase
 
 Inherited By
 Nothing.
 
 Description
 This class defines a non-MDI application.  Although sometimes
 called SDI (single document interface), this can be
 misleading, as it does not necessarily mean "single window".
 Nevertheless, applications which may have several modeless
 windows active at once should normally be MDI applications.
 Simpler applications may use the WApp class.
 
 Example
 #include "windows.ch"
 #include "commands.ch"
 
 function main()
 local     oApp, oWnd
 
 CREATE APPLICATION oApp  ;
      WINDOW oWnd         ;
      TITLE "Clip-4-Win example using the WApp class"
 
 return nil
 
 See Also  (press Enter)

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