TWebBrowserEx XE6-XE7 FMX » Developer.Team

TWebBrowserEx XE6-XE7 FMX

TWebBrowserEx XE6-XE7 FMX
TWebBrowserEx XE6-XE7 FMX | 73 kB


TWebBrowser is a visual component, that permits loading and displaying the Web content or local files. The loaded URL or the name of the loaded file is specified through the URL property. TWebBrowser offers support for the basic functions of a browser, such as: navigate to URL, go back, go forward, along with specific events.

To load and display content within TWebBrowser, call the Navigate method with the URL or file name as a parameter, or set the URL property, and then call the Navigate method without any parameters.

To load and display local files, deploy explicitly the file to be displayed by adding it to the Deployment Manager, and add the 'file://' string before the file name, when calling the Navigate method.

Example for loading a local file:

WebBrowser1.Navigate('file://MyFile.pdf')


Only for V.I.P
Warning! You are not allowed to view this text.