当前位置:网站首页>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;
边栏推荐
- The precise effect of network integration promotion outsourcing in the era of Internet of Things-Shenzhen Win-Win World News
- .NET-8.我的思想笔记
- PLSQL学习第三天
- 明明加了唯一索引,为什么还是产生重复数据?
- 时序动作定位 | ASM-Loc:弱监督时序动作定位的动作感知片段建模(CVPR 2022)
- Is the write performance of raid5 faster than raid10?
- PLSQL学习第一天
- 短视频同城流量宣传小魔推有何优势?如何给实体商家带来销量?
- 差分、前缀和模板
- uni 小程序腾讯地图polygon背景透明度
猜你喜欢
随机推荐
Uni applet Tencent map polygon background transparency
Rust learning: 6.1_Slices of composite types
PLSQL学习第四天
90. (cesium house) cesium height monitoring events
If the data of the oracle business table is added, deleted, or modified, will the index of the table write redo and undo?
phpstudy starts automatically
什么是长轮询
Rust learning: 6.4_ enumeration of composite types
LaTeX出现错误代码Command \algorithmic already defined
短视频同城流量宣传小魔推有何优势?如何给实体商家带来销量?
941 · 滑动拼图
ATH10 sensor reads temperature and humidity
Day36 LeetCode
占位占位1
QT下载清华源配置
NPU架构与算力分析
每日一题,二叉树中增加一行
day16--The use of the packet capture tool Charles
自动化测试框架Pytest(三)——自定义allure测试报告
PHP笔记 28 29 30 31