Reported by Ricky Jung; checked by Neil Booth; Torbjørn Pedersen
Example that shows the weird effects:
Create an empty form. (This is the Parent Form)
In the Object Inspector, set FormStyle to fsMDIForm.
Create another empty form (This is the child form)
In the Object Inspector, set FormStyle to fsMDIChild and WindowState
is wsMinimized
Run
Upon running, the child window is not minimized (though upon clicking it
becomes minimized)
The real weird things happen when you have controls (like Edits or
Labels) on the Parent Form: they disappear (Label) or 'peep through' the
child window (Edit)
Comment from checker: This is certainly not the behaviour a reasonable
person would expect. As it does not happen in Delphi 1.0, I would expect
this to be a VCL bug rather than the notoriously bug-ridden Windows MDI
implementation
Comment from other checker:
When clicking the form I get the forms system menu! |