SHDocVw.IWebBrowser2.ShowBrowserBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual HRESULT __safecall ShowBrowserBar(const System::OleVariant &pvaClsid, const System::OleVariant &pvarShow, const System::OleVariant &pvarSize) = 0 ;

Properties

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

Description

Used to hide or show a specific browser bar.

Note: ShowBrowserBar is used for compatibility with Internet Explorer.