<div dir="ltr"><div>Hi all,</div><div><br></div><div>Recently i wanted to use MDI in some of my Windows tools and since Lazarus seems to not support it with the Win32 widgetset, i decided to try and make an attempt at implementing it.</div><div><br></div><div>You can find a patch at <a href="https://bugs.freepascal.org/view.php?id=36582">https://bugs.freepascal.org/view.php?id=36582</a></div><div><br></div><div>I have only implemented whatever i could find in Delphi 2 (the only Delphi i have available). I wrote a small demo "MDI doodle" application that uses all of the available APIs and tries to trigger various behaviors (e.g. showing/hiding a toolbar/status bar to update the client area, creating MDI children forms while existing ones are maximized, vetoing modifications via MDI childrens' CloseQuery, merging menus using GroupIndex, etc). The demo can be compiled in both Delphi 2 and Lazarus to compare the behavior of the two and is attached in the bug report above too.<br></div><div><br></div><div>You can also see it in action here: <a href="https://i.imgur.com/GznF35A.png">https://i.imgur.com/GznF35A.png</a> (at the left side is the Delphi 2 version, at the right side is the Lazarus version).</div><div><br></div><div>The patch is written against SVN trunk at revision 62555. There might be some unnecessary tests in the code, but since i am not very familiar with it i decided to be a more cautious. Also since there is already an MDI implementation (AFAIK, didn't try it) for Qt, i decided to stick as much as i can on the widgetset side (the two main changes i made on the LCL side was to add an ArrangeIcons method in TCustomForm to mimic the Delphi one and add Merge/Unmerge methods in TMainMenu, again to mimic the Delphi methods and hopefully the functionality too :-P).<br></div><div><br></div><div>Feel free to remove any tests you think aren't necessary and make any other changes you think are worth it.<br></div><div><br></div><div>Kostas Michalopoulos<br></div></div>