Well, I'll try to summarize. I have an MDI application that I would like that the forms "modal" stay overlapped only to forms "fsMDIChild" and not about any application. I did a search and did not get a solution through the ShowModal, it seems that there's no way to do. My question: is there any way to create a "type" form that it is the front of the forms within the MDI application and at the same time allow me to minimize the application?
Grotesque example: Various open registration screens and clicking the delete button of either the message "Really delete?". This confirmation message I would like to stay ahead of the registration screens, stay within the application area, as are the "fsMDIChild" and at the same time allow me to minimize the main form.