本文整理自网络,侵删。
procedure TForm1.Button4Click(Sender: TObject);
var mystr:string;
begin
MyStr:=IdHTTP1.Get('http://www.3464.com/version.html');
showmessage(MyStr);
end; 相关阅读 >>
Delphi xe更改ttrayicon系统任务栏图标(无模糊)
Delphi 关于选择文件路径 selectdirectory 弹出窗口居中的问题
Delphi vcl 的 tpagecontrol 控件,实现对页签的拖动
更多相关阅读请进入《Delphi》频道 >>