Q
qf0421
Unregistered / Unconfirmed
GUEST, unregistred user!
var a,b,c,dlevariant;
doc:ihtmldocument2;
begin
self.WebBrowser.Navigate(url,a,b,c,d);
doc:=self.WebBrowser.Document as ihtmldocument2;
self.Caption:=doc.title;//为什么运行时这里报错?
end;
还有:
WebBrowser.Goback
WebBrowser.GoForward
//报“未知的错误”
doc:ihtmldocument2;
begin
self.WebBrowser.Navigate(url,a,b,c,d);
doc:=self.WebBrowser.Document as ihtmldocument2;
self.Caption:=doc.title;//为什么运行时这里报错?
end;
还有:
WebBrowser.Goback
WebBrowser.GoForward
//报“未知的错误”