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 [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WMDIApp:Exec() Method
Execute the application
------------------------------------------------------------------------------

Syntax
<oApp>:Exec()   -->   self

Arguments
None.

Returns
SELF.

Description
This method is the message loop of an application.  It is
usually executed as a result of using the Start() method.

Example
// From SOURCE\BROWMDI.PRG:
oApp = BrowseApp{ "Clip-4-Win MDI Browser Sample" }
oApp:oWnd:MenuSetup()

oApp:Start()
oApp:Quit()

// . . .

CLASS BrowseApp INHERIT WMDIApp
// . . .


See Also: WAppBase:Start() WApp:Exec()

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