Hey!

I've got a question (yet again): Is it possible to design one frame, but calling it several times (resulting in several open windows)? For example, a property-form. I got the code and a lot of stuff with properties. Now I want to load my property-form to show the actual item.

But then I want to compare that item with another one, so I need both properties at hand. form1.show won't do, because this would replace the first form. So is there another method to call forms? Like callForm(ID,caption,owner) or something?

Thank you!!