W
weisunding
Unregistered / Unconfirmed
GUEST, unregistred user!
快来拿分---为什么我在WebBrowser的 DownloadComplete事件中,取得其文本会出错?? ??????????????????????????????????????????????????????????????????????????????????? (10分)<br />procedure TMainForm.WebDownloadComplete(Sender: TObject);
begin
statusbar1.SimpleText:='Downloaded!';
showmessage((web.Document as IHtmlDocument2).Body.OuterText);//出错!
end;
begin
statusbar1.SimpleText:='Downloaded!';
showmessage((web.Document as IHtmlDocument2).Body.OuterText);//出错!
end;