GirishGupta
Programmer
Hi again,
How do you get the title of the web page in a TWebBrowser?
Also, how would you change the form's caption to (for example) 'My Browser - [Title of Page]'
In Delphi this would simply be:
Form1.Caption := 'My Browser' + title;
Thanks in advance...
How do you get the title of the web page in a TWebBrowser?
Also, how would you change the form's caption to (for example) 'My Browser - [Title of Page]'
In Delphi this would simply be:
Form1.Caption := 'My Browser' + title;
Thanks in advance...