SHDocVw.TWebBrowser.ShowBrowserBar

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Inutilisé(e) dans TWebBrowser

N'utilisez pas cette méthode. Il (elle) est inclus(e) dans l'interface TWebBrowser car l'interface IWebBrowser2 est partagée avec Internet Explorer. Internet Explorer utilise ShowBrowserBar pour afficher ou masquer la barre de navigation spécifiée.