SHDocVw.TWebBrowser.Visible

From RAD Studio API Documentation

Delphi

property Visible: WordBool index 402 read GetWordBoolProp write SetWordBoolProp stored False;

C++

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

Properties

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

Description

Specifies whether the Web browser component appears onscreen.

Use Visible to show or hide the Web browser control.

See Also