delphi webbrowser1 判断完成
delphi webbrowser1 判断完成
日期:2009-01-20 22:27:43 人气:1
while webbrowser1.busy then
Application.ProcessMessages;
while webbrowser1.ReadyState READYSTATE_COMPLETE do
Application.ProcessMessages;
加载完成
webbrowser1.Navigate('www.163.com');