SHDocVw.TWebBrowser
From RAD Studio API Documentation
Delphi
TWebBrowser = class(TOleControl)
C++
class PASCALIMPLEMENTATION TWebBrowser : public Vcl::Olectrls::TOleControl
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | SHDocVw |
Description
TWebBrowser provides access to the Web browser functionality of Microsoft's Shell Doc Object and Control Library (SHDOCVW.DLL).
TWebBrowser wraps the IWebBrowser2 interface from Microsoft's Shell Doc Object and Control Library (SHDOCVW.DLL) to allow you to create a customized Web browsing application or to add Internet, file and network browsing, document viewing, and data downloading capabilities to your applications.
Note: Because TWebBrowser wraps the SHDOCVW.DLL, you must have SHDOCVW.DLL installed to use this component. This DLL ships with Internet Explorer 4 and later.