Atozed Forums

Full Version: Set <Title> in app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the Intraweb version included in Delphi 10.3.1 to make a stand alone Windows 32-bit app.  I did get the updated version from atozed.

I'm not trying anything real fancy yet.  Mostly taking it out for a test drive.

I am trying to figure out how to set the <title></title> in the app so it shows in the browser tab instead of the web address. 

Any help would be appreciated.
Each IWForm has a Title property. Just set it and it will be used instead. In most cases each page has a specific title...
Thanks. I was thinking it was an application setting. I never thought to look on the form.