Hello,
It should support up to what IE11 supports. To get it to do this though,
I set a registry key when my software is installed (from my Inno Setup
script):
Root: HKLM; Subkey: SOFTWARE\Microsoft\Internet
Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION; ValueName:
{#CSEAPPPATHEDITOREXE}; ValueType: dword; ValueData: 11000; Flags:
noerror uninsdeletevalue
Root: HKCU; Subkey: Software\Microsoft\Internet
Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION; ValueName:
{#CSEAPPPATHEDITOREXE}; ValueType: dword; ValueData: 11000; Flags:
uninsdeletevalue
So you may want to research "FEATURE_BROWSER_EMULATION" for more info.
But I would be curious too if there is a better option... especially
since TCppWebBrowser doesn't work with bcc32c (I'm still trying to get
this fixed).
Albert Wiersch
On 1/5/2018 17:03, Istan Velo wrote:
Hi Albert,
I already use this component in an older application (rad2010).
But since the integration of TcppWebbrowser into my app took many days, I wanted to know if TcppWebbrowser will support these new features at all. The documentation does not say anything about.
Connect with Us