I am working on an MDI application in Delphi.
I would like to show interactive views generated by other applications(which I also build) within MDI child windows of my application.
When the user selects a specific view type in my app it will start an instance of the other app which will generate one or more data views displayed in MDI child windows of my app.
I hope this is clear.