Jump to content
A.M. Hoornweg

How to set "WelcomePageFile" property in *.dproj?

Recommended Posts

Hello all,

 

Not everyone may know this, but Delphi allows you to specify a per-project "welcome page" in the *.dproj file. 

The referenced html file will automatically be opened in your default browser whenever you open the Delphi project in the IDE.

 

I find this very practical because it can be used as a "sticky note", to show the developer some information about the project and its current status.

 

<Delphi.Personality>
  <Source>
  </Source>
  <Excluded_Packages>
  </Excluded_Packages>
   <WelcomePageFile Path="index.html"/>
</Delphi.Personality>

 

But... I've forgotten where in the Delphi IDE the setting is to specify this welcome page.  I currently resort to editing the *.dproj file manually in an external editor and I hate doing that.

 

Does anyone know where to find this setting? I must be getting old ...

 

 

 

 

 

welcomepage.png

Share this post


Link to post

If we are talking about the same thing AFAIK it is called project page and it is accessible in the project menu.

  • Like 1

Share this post


Link to post

Duh...  I always thought all options stored in the *.dproj could be reached with ctrl-shift-F11 but for some reason they made an exception for this setting.

 

Thanks!

 

Edited by A.M. Hoornweg

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×