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:Create() Method
Perform the final creation step of an application
------------------------------------------------------------------------------

Syntax
<oApp>:Create( <cText>, <lCreate> )   -->   xRet

Arguments
<cText> is the caption of the window to be created.

<lCreate> is .T. to create a window.  Although a sub-class can
define this in any manner, normally .T. is the default.

Returns
The value returned depends on the method, but is usually the
window object created.

Description
This method is declared DEFERRED in the base class so that the
behaviour can be easily specified in the appropriate
descendant class.  Usually all the sub-class does is to create
a window object of an appropriate class.  This method is not
usually invoked directly by a user, as it is invoked by the
Init() method.

Example


See Also: WApp:Create() WMDIApp:Create()

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