> Please tell me how to create a new tab of the same content?
Just create a new dock-panel as shown in demo, dock it as you want and place a copy of your content inside it. Duplicating content is not related to docking at all. It's a general programming task, a part of your application.
> Is there a way to pass a form instead of putting so much effort to make code?
Yes. Demo shows how to place a TMemo inside a panel. Similarly you can place any controls(s) including forms or frames.
Comments