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?
TWebBrowseris used in Delphi,TCppWebBrowseris used in C++. They are essentially the same thing.