Inserts a special MDI parent window menu.
Form.MdiSetMenu [n%]
Form:Parent window
n%:iexp
The MDI window menu handles the list of open child windows. The parameter n% specifies the submenu to append the MDI window list. Normally, this is the Window submenu which offers options to arrange the child windows. MdiSetMenu without a parameter or when n < 0 will disable the automatic handling of the child windows.
See MdiCascade example.
The menu entries for the child windows have identifier values starting from 64000.
MdiCascade, Form, ParentW, ChildW, OpenW
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}