SHDocVw.IWebBrowser2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWebBrowser2 = interface(IWebBrowserApp)

C++

__interface  INTERFACE_UUID("{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}") IWebBrowser2  : public IWebBrowserApp

Properties

Type Visibility Source Unit Parent
interface
class
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw SHDocVw

Description

IWebBrowser2 provides access to the Web browser functionality of Microsoft Shell Doc Object and Control Library (SHDOCVW.DLL).

IWebBrowser2 exposes methods to be implemented by TWebBrowser in order 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 IWebBrowser2 resides in SHDOCVW.DLL, you must have SHDOCVW.DLL installed to use this component. This DLL ships with Internet Explorer 4 and later.