-
Notifications
You must be signed in to change notification settings - Fork 117
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