SHDocVw.IWebBrowser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWebBrowser = interface(IDispatch)

C++

__interface  INTERFACE_UUID("{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}") IWebBrowser  : public IDispatch

Properties

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

Description

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

IWebBrowser 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 IWebBrowser resides in SHDOCVW.DLL, you must have SHDOCVW.DLL installed to use this component. This DLL ships with Internet Explorer 4 and later.