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.
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
相关文章
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.
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.
TEmbeddedWB has good concept behind it, but it is developed in a horrible manner. Everything works at 50%, there are plenty of bugs, it is not tested nor documented.
So good luck!