Page 1 of 1

Creating tabbed MDI interface

PostPosted: August 3rd, 2009, 4:28 am
by sekar1
Hi,

I am working in an MDI application. i want to create the child form in thetabsheet wit hdock control. All the child windows should align in the tabsheet. Attached a screenshot of the image (Attachment _1.jpg) what i needs (Ref: textpad software). if i maximise the control , All the child window should be stacked as in the next attachement (Attachment_2.jpg) . Please let me know how to implement the child window in delphi VCL application?

Thanks in advance,
Regards,
Sekar

Re: Creating tabbed MDI interface

PostPosted: August 3rd, 2009, 6:10 pm
by Kambiz
The MDI child forms are not flexible.

Use a normal form instead of child forms. To set a form on a tab, set form's Parent property to the tab.