Atozed Forums
Set <Title> in app - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Set <Title> in app (/thread-1415.html)



Set <Title> in app - crasaur - 12-04-2019

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.


RE: Set <Title> in app - Alexandre Machado - 12-05-2019

Each IWForm has a Title property. Just set it and it will be used instead. In most cases each page has a specific title...


RE: Set <Title> in app - crasaur - 12-05-2019

Thanks. I was thinking it was an application setting. I never thought to look on the form.