搜索资源列表
mastersky_excel2
- 在delphi中将表格数据保存到excel,里面包括了宽度等的设置-delphi will form the data saved to excel, includes the width settings
MifFileRead
- 读取MapInfo的交换格式数据,采用Delphi语言,使用动态数组存储结果。-read MapInfo data exchange format, using Delphi language, the use of dynamic memory array results.
FileWatcher
- FileWatcher,手动同步数据,可以方便同步文件夹内所有内容到其他目录,U盘等.适合备份源代码!-FileWatcher, manually synchronize the data, you can easily synchronize all the contents of a folder to another directory, U disk and so on. Suited to a backup source code!
200941221299512
- 见经常有新人问到如何将 Excel 数据导入数据库.我当年也花了一段时间去搞. 就做了个简单的将Excel导入Access(delphi版DEMO,希望对新手有用. 感谢帮助的最好方法就是帮助其他人... 本文来源于虾客源码 http://www.xkxz.com-See frequently asked how the new Excel data into a database. I spent a year engage in a period of time. To d
update
- 使用delphi开发的循环读取log文件,根据log文件更新数据-Cycle to read log file
20063189571308
- 主要功能有: 1. 简单文本编辑功能 2. 语法作色功能 3. 正则表达式匹配替换功能 4. 2006-2-9 增加书签功能(待修改) 5. 2006-2-12 改善正则匹配功能,增加在匹配数据中搜索功能 6. 2006-2-17 改善语法着色的设置功能 7. 2006-2-21 增加快速语法着色颜色设置功能,添加delphi风格,Visua Studio风格, 和自定义三种选择! 8. 2006-2-21 修改书签显示,添加文件名 9
inifile
- INI文件操作大全,例子里对INI文件操作。让你尽快应用好ini文件保存你的数据-INI file operations Daquan, example of the INI file operations. Application as soon as you save your good ini file data
EXCELS
- delphi 环境中可以新建excel,将传感器中的数据保存为excel问价,以便后台进行数据处理-delphi environment can create new excel, sensor data is saved as excel asking price for the background data processing
pxhtpmy
- Delphi auto zoom 数据表格控件()
XJVHEW104
- delphi 源码,功能如下备份数据,恢复数据,导出数据,导入数据()
9127243
- Delphi auto zoom 数据表格控件()
BKNEH89
- 使用delphi自己的持久化机制实现自定义数据结构, 程序实现了对唐诗的添加,察看,修改,删除等功能, 程序的实用性不大,不过()
Delphi解析修改Json文件
- 说明:读取文件时如果json文件中包含中文格式,那么在读取时必须保证为获取字段为UTF8String类型。 jRet.O['WindSpeedLine'].A['coordinates'][0].AsArray().add(jo);//对与数组嵌套的json,可以通过这种方式添加。 读取或者声明的jo := SO();不能用clear()清空,否则add(jo)就会成为空数据。