vote up 1 vote down star
1

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.

flag

67% accept rate

3 Answers

vote up 0 vote down

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!

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
Agree with this. TEmbeddedWB is the best ready-to-use embedded browser I've found so far for Delphi Win32 development. – Jamo Feb 25 at 21:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.