Mark Wilsdorf
Mark Wilsdorf

Reputation: 769

Delphi 2007 not restoring tabs when opening a project

I have a new install of Delphi 2007 on Win 7 Pro...

When I open a project file, the files (tabs) that were open when I last closed the project are not restored (the files are not re-opened).

What am I missing, to get it to restore the tabs? (The last time I installed D 2007 was a couple years ago.)

Upvotes: 3

Views: 322

Answers (1)

Ken White
Ken White

Reputation: 125669

You need to turn on the option to save the project desktop, in Tools->Options->Environment Options. It's the AutoSave Options checkbox for Project desktop.

enter image description here

Upvotes: 4

Related Questions