(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
|
Re: WebBrowser Unsichtbar?
15. Okt 2003, 20:25
TOleControl(Webbrowser1).Visible := False;
"TWebBrowser implements the IWebBrowserApp interface that declares a Visible
property. That property conflicts with the Visible property introduced in
TControl. As an workaround use TOleControl(WebBrowser1).Visible := False;"
Thomas
|