Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
MdichildgroupIDThe child window name.
MdiframeIDThe frame window name. (The frame must already exist.)
CreateparamThe createparam passed to the CREATE event.
MdichildinstanceIDThe child instance ID. If a null string, the instance ID will be created automatically.
MdichildtitleThe title to appear in the child window's title bar.
Initialappearancemode

Window display.

ValueDescription
0Displays the window in the same way as the currently active child window. (Default)
1Normal.
2Minimized.
3Maximized.
InitXThe initial x position of a window. (optional)
InitYThe initial y position of a window. (optional)
WinStructThe 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()

...