I try to use Google map API from a Delphi Application. I got a good start from my other question Use Googlemap from my Delphi application ?. Now I found TEmbeddedWB and I wonder if there are any advantages over the builtin TWebBrowser component. Both are interfaces to Internet Explorers DLL-files and seems to do similar things? I don't want to use more custom components than necessary.
+2
A:
The interface is much better than the twebbrowser one. there are also more events you can use. maybe important for you, you can modify the browsers security. this is necessary if javascript is disabled on the client machine. the twebbrowser is bound to the global ie settings.
i think using the tembeddedwb is an advantage.
Bernd Ott
2009-02-23 09:39:26
Agree with this. TEmbeddedWB is the best ready-to-use embedded browser I've found so far for Delphi Win32 development.
Jamo
2009-02-25 21:38:30
+1
A:
I used TEmbeddedWB in one of my projects and found its impelentation worth using as it provides access to several events and methods which while not hard to implement yourself, are already present.
skamradt
2009-02-23 16:49:19