SHDocVw.TWebBrowser.RegisterAsBrowser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegisterAsBrowser: WordBool index 552 read GetWordBoolProp write SetWordBoolProp stored False;

C++

__property System::WordBool RegisterAsBrowser = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=552, nodefault};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Registers the control as a top-level browser for target name resolution.

Set RegisterAsBrowser to true when using the Web browser control to implement a top-level browser.