MultiView Android Delphi with TWebBrowser

2019-02-16 01:06发布

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

enter image description here

1条回答
贪生不怕死
2楼-- · 2019-02-16 01:26

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.

查看更多
登录 后发表回答