norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

How link a tab with a form in a MDI application? #55

Closed fvpalha closed 7 years ago

fvpalha commented 7 years ago

Hi.

I am developing a MDI application in DXE8. I need link a tab (fsMDIForm) with a form (fsMDIChild).

How I can do it?

karooma commented 7 years ago

Hi,

Check this tutorial out and tailor it to your needs. I did the same with chrometabs.

http://www.delphifeeds.com/go/s/86994

Good luck.