htmlviewer WebBrowser property
Return to Introduction  Previous page  Next page
Applies to
acHTMLViewer component.  

Declaration
property WebBrowser: TWebBrowser; // read-only!  

Description
The WebBrowser property used to access the properties and methods of the TWebBrowser control, which stays in the basis of this HTMLViewer component.  
 
Using this property you can read or specify many additional properties, which not implemented in this simple wrapper over TWebBrowser, and call the methods (i.e: Navigate method to view the Web contents). See manuals on TWebBrowser component for more details.  

See also
HTML property.