SHDocVw.TWebBrowser.ShowBrowserBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowBrowserBar(const pvaClsid: OleVariant); overload;
procedure ShowBrowserBar(const pvaClsid: OleVariant; const pvarShow: OleVariant); overload;
procedure ShowBrowserBar(const pvaClsid: OleVariant; const pvarShow: OleVariant;  const pvarSize: OleVariant); overload;

C++

void __fastcall ShowBrowserBar(const System::OleVariant &pvaClsid)/* overload */;
void __fastcall ShowBrowserBar(const System::OleVariant &pvaClsid, const System::OleVariant &pvarShow)/* overload */;
void __fastcall ShowBrowserBar(const System::OleVariant &pvaClsid, const System::OleVariant &pvarShow, const System::OleVariant &pvarSize)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Not used in TWebBrowser

Do not use this method. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses ShowBrowserBar to show or hide a specified browser bar.