当前位置:网站首页>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;
边栏推荐
- 初使jest 单元测试
- Rust learning: 6.4_ enumeration of composite types
- Quickly enter the current date and time
- delta method 介绍
- DGIOT 30 million meters set pressure reading
- js reduce
- ctfshow SSTI 知识点总结
- VS2013-debug assembly code-generate asm file-structure memory layout-function parameter stack-calling convention
- 高性能短连接设计
- 【Rust指南】使用Cargo工具高效创建Rust项目 | 理解Rust特别的输入输出语句
猜你喜欢

90. (cesium house) cesium height monitoring events

本地生活商家如何通过短视频赛道,提升销量曝光量?

【Unity入门计划】2D游戏实现敌人来回移动控制脚本

WooCommerce 安装和 rest api 使用

Process management (dynamic)

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

手把手教你进行Mysql查询操作

Rust学习:6.1_复合类型之切片

IDLE development wordCount program (5)

解决win10win7win8系统找不到指定的模块,注册不了大漠插件的问题
随机推荐
神经网络样本太少怎么办,神经网络训练样本太少
【转】探秘钉钉的即时消息服务DTIM
2022-08-01 Advanced Network Engineering (24) STP Advanced Knowledge
Uni applet Tencent map polygon background transparency
Process management (dynamic)
机器人控制器编程实践指导书旧版-实践一 LED灯(数字量)
基于STC8G2K64S4单片机通过OLED屏幕显示模拟量光敏模拟值
关于数据中心的设计方案,数据中心网络规划设计
PLSQL学习第三天
The precise effect of network integration promotion outsourcing in the era of Internet of Things-Shenzhen Win-Win World News
Complex AB experiment
If the data of the oracle business table is added, deleted, or modified, will the index of the table write redo and undo?
ATH10传感器读取温湿度
阿里云数据库 RDS SQL Server 版的服务器绑定域名www.cxsdkt.cn.的呢?
【Rust指南】使用Cargo工具高效创建Rust项目 | 理解Rust特别的输入输出语句
2022-08-01 网工进阶(二十四) STP进阶知识
大体来讲,网站会被攻击分为几种原因
Day37 LeetCode
高性能短连接设计
全连接神经网络结构图,神经网络示意图怎么画