Useragent
This this property to add your webbrowser-name to the
useragent-string.
The user agent string is a small amount of text that
is sent by every browser with every request for a Web page. It
identifies the specific version of the browser that is requesting
the page and what operating system it is running under:
Mozilla/4.0 (compatible;
MSIE 5.01; Windows NT 5.0)
What you enter in EmbeddedWB.Useragent is added to
this string:
EmbeddedWB1.UserAgent:='MyWebbrowser 1.13';
->
Mozilla/4.0 (compatible;
MSIE 5.01; Windows NT 5.0; MyWebbrowser 1.13)
The useragent propery write to the registry but
removed the useragent from the registry when you close the
webbrowser-application.