Is TembeddedWB worth investigating?

I am trying to use the Google Maps API from a Delphi application. I got a good start from my other question. Use Googlemap from my Delphi application? ... Now I have found TEmbeddedWB and I am wondering if there are any advantages over the built-in TWebBrowser component. Are both interfaces to Internet Explorers DLLs and seem to do similar things? I don't want to use more custom components than necessary.

0


source to share


3 answers


The interface is much better than twebbrowser. there are also more events you can use. may be important to you, you can change the security of browsers. this is necessary if javascript is disabled on the client machine. twebbrowser is bound to global settings.



I think using tembeddedwb is an advantage.

+2


source


I used TEmbeddedWB in one of my projects and found its impelentation to be worth using as it provides access to several events and methods that, although not difficult to implement themselves, are already present.



+1


source


TEmbeddedWB has a good concept, but it's going badly. Everything works 50%, there are many errors, it is not tested and not documented.

So good luck!

+1


source







All Articles