I'm using C++ Builder XE8. I want to show 4 HTML files in a TWebBrowser component.
How may I show an HTML file in a TWebBrowser component?
I'm using C++ Builder XE8. I want to show 4 HTML files in a TWebBrowser component.
How may I show an HTML file in a TWebBrowser component?
Given you already have created a
TWebBrowsercomponent and named it WebBrowser1, use the following code.Remy Lebeau mentioned documentation. Below are two helpful sources.
Sources to check out:
Building a VCL Forms Web Browser Application
TWebBrowser.Navigate