5

What is the difference between TCppWebBrowser and TWebBrowser components in C++Builder 2010 and above? There is no mention of TCppWebBrowser in the help, where TWebBrowser has regular help section.

So, which one should I use and is there any real difference?

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
riot_starter
  • 1,218
  • 15
  • 28

1 Answers1

5

TWebBrowser is used in Delphi, TCppWebBrowser is used in C++. They are essentially the same thing.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770