当前位置:网站首页>A File Online Query Display and Download Function Realized by Delphi
A File Online Query Display and Download Function Realized by Delphi
2022-08-10 08:11:00 【joman5】
I have always wanted to make an online file retrieval and download function similar to 360. The PC side is also the winform side. Today I have time to simply implement this function. Part of the code:
Create a frame:

Set related parameter information:
procedure TfMain.getdata;varitem: TfrFileItem;i: Integer;begin//Just set the corresponding data structure herecleardata;for i := 0 to 10 dobeginitem := TfrFileItem.Create(self);item.Name := 'item_' + i.ToString;// item.Image1.Picture.LoadFromFile()//Load image informationitem.Title.Caption := 'file name' + i.ToString;item.info.Caption := 'This is used for file information description';item.pnSize.Caption := '20M';item.url := 'http://xxxxxx:8002/ver/testUpdate.zip';item.Parent := pnContent;item.Top := item.Height * (i + 1) + 1;item.Align := alTop;end;end;
边栏推荐
- 卷积神经网络卷积层公式,卷积神经网络运算公式
- .NET-8.我的思想笔记
- NPU架构与算力分析
- 【Unity入门计划】2D游戏实现敌人来回移动控制脚本
- VS2013-调试汇编代码-生成asm文件-结构体内存布局-函数参数压栈-调用约定
- Uni-app develops WeChat applet using local images as background images
- 【Unity入门计划】Collision2D类&Collider2D类
- 机器人控制器编程实践指导书旧版-实践一 LED灯(数字量)
- 自动化测试框架Pytest(三)——自定义allure测试报告
- Process management (dynamic)
猜你喜欢

概率分布及其应用

NPU架构与算力分析

The sixteenth day & the basic operation of charles

进程管理(动态的)

2022-08-01 网工进阶(二十四) STP进阶知识

NPU architecture and force analysis

人工神经网络工作原理,神经网络的工作原理

iwemeta metaverse: a doll sells for 9999 yuan, and Bubble Mart thinks it is not expensive at all

时序动作定位 | ASM-Loc:弱监督时序动作定位的动作感知片段建模(CVPR 2022)

Uni-app开发微信小程序使用本地图片做背景图
随机推荐
一文2600字手把手教你编写性能测试用例
【Unity入门计划】Collision2D类&Collider2D类
Uni-app develops WeChat applet using local images as background images
阿里云数据库 RDS SQL Server 版的服务器绑定域名www.cxsdkt.cn.的呢?
The precise effect of network integration promotion outsourcing in the era of Internet of Things-Shenzhen Win-Win World News
自动化测试框架搭建 ---- 标记性能较差用例
CV+Deep Learning——网络架构Pytorch复现系列——classification(三:MobileNet,ShuffleNet)
Process management (dynamic)
解决win10win7win8系统找不到指定的模块,注册不了大漠插件的问题
并查集模板
组合数模板
物联网时代下的网络整合推广外包精准化效果-深圳双赢世讯
nrm 使用详解
DGIOT支持工业设备租赁以及远程管控
.NET-7.WPF learning experience summary
本地生活商家如何通过短视频赛道,提升销量曝光量?
DGIOT 30 million meters set pressure reading
PLSQL学习第四天
FFT模板
phpstudy starts automatically