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]

WMDIClient:Init() Method
Construct an MDI client window object
------------------------------------------------------------------------------

Syntax
WMDIClient{ <oParent>, [ <nMenuPos> ] , [ <nFirstChildId> ] , [ <lCreate> ] }
             -->   SELF

Arguments
<oParent> specifies the parent (owner) of the client, and must
be the MDI frame.  Just as <oParent> is the owner of self, the
parent's hWnd will be the actual owner of the client's window.

<nMenuPos> specifies the position of the frame's "Window" menu.

<nFirstChildId> optionally specifies the id of the first child
(default 1).

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

Returns
SELF.

Description
This method initialises an MDI client window object.  It is
used automatically by the MDI frame.

Example


See Also: WMDIClient:Create() WMDIFrame WMDIChild

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