Hi!
I've got a problem with closing MDI child windows. I've attached the source for a minimal example of the problem.
I create a MDI child window. Ex: TForm2.Create(self);
If I then close the MDI child using the [X] on the MDI child window (Action:=caFree;) I get an access violation.
If the MDI child windows is maximized all is fine. Or if a free the MDI child from the main form using ActiveMDIChild.Free; all is fine regardless of WindowsState.
Best regards,
/Pontus