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]

WApp: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\BROW.PRG:
oApp = BrowseApp{ "Clip-4-Win Browser Sample" }
oApp:oWnd:MenuSetup()

oApp:Start()

oApp:Quit()

// . . .

CLASS BrowseApp INHERIT WApp
// . . .


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

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