delphi TMS WEB core 实现下载


本文整理自网络,侵删。

 

procedure TForm2.WebButton1Click(Sender: TObject);
begin
//方法1
 asm
  window.location.href="http://www.simplyaccounts.net/Downloads/Setup.exe";
 end;

//方法2
Application.Download('http://www.cha128.com/api/ip/myip.php');

end;



相关阅读 >>

Delphi多线程tthread详解

Delphi 查找目录下文件(多文件查找)

Delphi 注入指定进程

Delphi 用dbexpress处理jpg图片

Delphi shellexecute执行cmd命令窗口不关闭

Delphi 几个dataset数据导出到xml word excel txt html的函数

Delphi 字符串加密解密代码

Delphi之format函数

Delphi datasnap中间件如何控制长连接的客户端连接?

Delphi xe2-firemonkey 新功能

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...