Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C++ Builder XE8。我想在一个TWebBrowser组件中显示 4 个 HTML 文件。
TWebBrowser
如何在TWebBrowser组件中显示 HTML 文件?
假设您已经创建了一个TWebBrowser组件并将其命名为 WebBrowser1,请使用以下代码。
WebBrowser1->Navigate("insertPathToHtmlFileHere");
Remy Lebeau 提到了文档。以下是两个有用的来源。
要查看的来源: 构建 VCL 表单 Web 浏览器应用程序 TWebBrowser.Navigate