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:Create() Method
Create the MDI client window
------------------------------------------------------------------------------

Syntax
<oWnd>:Create( [ <nMenuPos> ] , [ <nFirstChildId> ] , [ <nX> ] , [ <nY> ] ,
               [ <nWidth> ] , [ <nHeight> ] , [ <cParam> ] )
    -->   self

Arguments
Also see the CreateWindow() function, which is called by this method.

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

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

<nX>, <nY> specify the left, top of the window in pixels,
defaulting to CW_USEDEFAULT.

<nWidth>, <nHeight> specify the size of the window in pixels.

<cParam> optionally specifies initialisation data to be used
by the client.

Returns
SELF.

Description
This method can be used to create the MDI child window, whose
window handle is then stored in the hWnd instance variable.
In practice, this method is not often used directly, as the
MDI frame calls it.

Example


See Also: WMDIClient:Init() WMDIFrame:Init() CreateWindow()

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