Page History
...
Parameter | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MdichildgroupID | The child window name. | ||||||||||
MdiframeID | The frame window name. (The frame must already exist.) | ||||||||||
Createparam | The createparam passed to the CREATE event. | ||||||||||
MdichildinstanceID | The child instance ID. If a null string, the instance ID will be created automatically. | ||||||||||
Mdichildtitle | The title to appear in the child window's title bar. | ||||||||||
Initialappearancemode | Window display.
| ||||||||||
InitX | The initial x position of a window. (optional) | ||||||||||
InitY | The initial y position of a window. (optional) | ||||||||||
WinStruct | The structure of a window as returned from Start_Window() with "GetStructureFlag" set. |
...
Code Block |
---|
MDIChildGroupID : '*' : MDIChildInstanceID. |
See also
End_Window(), Start_Window(), Dialog_Box(), Create_Dialog()
...