How to merge two menus in a MDI application.

Posted by Altar on Stack Overflow See other posts from Stack Overflow or by Altar
Published on 2010-05-27T20:25:25Z Indexed on 2010/05/27 20:31 UTC
Read the original article Hit count: 179

Filed under:
|

Hi. Anybody knows how to merge two menus with the same name in a MDI application.

More exactly, in the MDI main form I have a menu called 'File' which has a sub-menu called 'Load project'. In the MDI child form, I have a menu called also 'File' which contains a sub-menu called 'Save project'.

How can I force my application to show both 'Load' and 'Save' sub-menus under the 'File' menu?

-

PS: setting the same GoupIndex value will not work.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-7