delphi_coder
delphi_coder

Reputation: 177

Form/Unit switching in Delphi XE?

How do I get a projects form, as well as its unit, shown both on the tabs/pages? Currently I have to use "Toggle form/unit" or press F12

Just out of curiosity's sake, doesn't really bother me, but would be nice to know (I switched over from Delphi 7, so I must still get used to stuff)

Thanks

Upvotes: 2

Views: 1092

Answers (2)

Tim
Tim

Reputation: 1559

I believe in XE you can alter the display to display as it did in Delphi 7.

Here is a link describing it. I have not watched it as I don't have much time but being from embaracadero I am going out on a limb and saying it will help.

http://blogs.embarcadero.com/andreanolanusse/how-to-configure-delphi-2010-to-look-work-and-feel-like-delphi-7/

Upvotes: 2

kludg
kludg

Reputation: 27493

You can switch using Code/Design Tabs in the bottom.

Upvotes: 3

Related Questions