RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebBrowser Interface

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

Pascal
IWebBrowser = interface(IDispatch);
C++
__interface IWebBrowser : public IDispatch;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!