I am new to Delphi, based on Visual Studio, this is a simple question (it seems to me): how can I prevent Delphi 10 Seattle from opening the last project (group) when starting the IDE?
I found some information about the .dsk file and what it does:
The .dsk file records your current settings for:
- Desktop
- Breakpoints
- Clock
- Files Currently Opened in the IDE
When you open the project again, the .dsk file is read, and your desktop layout, your breakpoints, and your clock are restored. In addition, all files that were opened when the project was closed are opened again, regardless of whether they are used by the project.
I am fine when I open a project. But please do not open it when I run the IDE. Basically, I want to start or open a different project than the last one I worked on. I searched for options and the Internet, but could not find a solution. Is anyone
source
share