SHDocVw.IWebBrowser2.Set_AddressBar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Set_AddressBar(Value: WordBool); safecall;

C++

virtual HRESULT __safecall Set_AddressBar(System::WordBool Value) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser2


説明

AddressBar プロパティの値を設定します。

AddressBar プロパティの値を設定するには、Set_AddressBar を使用します。

メモ:  TWebBrowser は、アドレス バーを持っていません。このプロパティは、Internet Explorer との互換性のために使用されます。

関連項目