Is TEmbeddedWB worth investigating?

2019-06-13 02:24发布

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.

3条回答
地球回转人心会变
2楼-- · 2019-06-13 02:45

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.

查看更多
趁早两清
3楼-- · 2019-06-13 03:04

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.

查看更多
疯言疯语
4楼-- · 2019-06-13 03:11

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!

查看更多
登录 后发表回答