Using the MultiView component in an area containing TWebBrowser, the component overrides the MultiView . Is there a way to fix this?
Usage: Delphi XE8 Update 1
There is no code in this first test. All configuration is visual with MultiView
Using the MultiView component in an area containing TWebBrowser, the component overrides the MultiView . Is there a way to fix this?
Usage: Delphi XE8 Update 1
There is no code in this first test. All configuration is visual with MultiView
Use TWebBrowser.MakeScreenshot and hide TWebBrowser when the TMultiView opens up. Fill a TImage or a TRectangle.Fill where the hidden TWebBrowser is with the screenshot.