Skip to content

VclStylesWebBrowser

Rodrigo Ruz edited this page Sep 5, 2015 · 3 revisions

The Vcl.Styles.WebBrowser unit includes a interposer class to style the scrollbars and dialogs of the TWebBrowser component.

The recommended way to use the TVclStylesWebBrowser class is add the Vcl.Styles.WebBrowser unit to the uses clause is some point after of the SHDocVw unit and then use an interposer class like so

 type
  TWebBrowser=class(TVclStylesWebBrowser)

A sample application can be found here

http://dl.dropbox.com/u/12733424/Blog/Vcl%20Utils/twbscrollbars.png http://dl.dropbox.com/u/12733424/Blog/Vcl%20Utils/twbjserror.png http://dl.dropbox.com/u/12733424/Blog/Vcl%20Utils/twbalerts.png

Related articles

Clone this wiki locally