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:Init() Method
Construct an application base object
------------------------------------------------------------------------------

Syntax
WAppBase{ <cText>, <lCreate> }   -->   SELF

Arguments
<cText> specifies the caption for the title bar of the window
(if any) to be created.

<lCreate> specifies whether the window object's Create()
method is to be invoked immediately.

Returns
SELF.

Description
This method initialises an application object.  Because
WAppBase is an abstract class, the syntax above is only a
guide to what's required for a descendant of this class.

Example
oApp = WApp{ "Clip-4-Win Window" }


See Also: WAppBase:Quit() WAppBase:Start()

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