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]

WAppBase:Start() Method
Start an application running
------------------------------------------------------------------------------

Syntax
<oApp>:Start()   -->   SELF

Arguments
None.

Returns
SELF.

Description
This method performs the initial display of the application's
main window, then invokes the Exec() 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:Exec() WAppBase:Quit()

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