Un-maximizing windows after non-modal MDI preview

I have Tfrxreport.PreviewOptions =
- MDIChild = true
- Modal = false
- Maximized = true


This is perfect but I would like, when the user clicks "Close" on the preview to "un-maximize" the windows. Currently, all windows are maximized. I know this is a Windows/MDI thing but how (and when) can I restore the "WindowState" ?

Leave a Comment