I’ve noticed that after exiting Delphi XE and returning the Run | Parameters (command-line) settings are empty. They can be recalled using the drop-down list of course, but this is a pain and I would expect the previous session entries to persist. Am I missing a checkbox somewhere?
Thanks for any advice.
Steps:
- Load XE
- File, New, VCL Forms App.
- Run, Parameters, enter something eg /test.
- Save project.
- Quit.
- Restart XE, reload project. Run Parameters is empty.
I’ve tried setting ‘save project desktop’ etc
It turned out to be simple in the end – I was using the excellent DDevExtensions but with the option ‘Local Start Parameters – dont store in dproj’ checked. Doh!
Thanks for all your help.