-
DelphiDelphi-source-text-editor
Delphi文本编辑器源码,很好用的一个文本编辑器。(Delphi source text editor
)
- 2011-06-28 13:48:31下载
- 积分:1
-
DELPHI of web information collection procedures, you can use
DELPHI的web信息采集程序,可以使用-DELPHI of web information collection procedures, you can use
- 2022-03-31 22:39:41下载
- 积分:1
-
最小2乘法
Delphi实现最小二乘法,进行多点拟合,目前支持4点拟合(Delphi realizes the least square method and multi-point fitting. At present, it supports four-point fitting.)
- 2020-06-17 19:40:01下载
- 积分:1
-
new IP packet capture the demonstration program
一款捕获IP数据包的演示程序-new IP packet capture the demonstration program
- 2022-05-15 22:25:10下载
- 积分:1
-
Delphi 判断文件是否被占用
Delphi 判断文件是否被占用,这个在删除的时候,可以添加上此功能,因为文件占用的话,用户删除时会出错,用本代码可以先判断一下文件是否被占用,用弹窗方式告诉用户是否可以删除,如果没有被占用,则程序进行下一步处理。下面简要了解一下判断的具体代码(局部):
on E:EInOutError do
begin
if e.ErrorCode=32 then//文件正在被使用
begin
result:=true;
exit;
end;
end;
更完整的可编译源码,请下载。
- 2023-09-02 10:00:03下载
- 积分:1
-
haidao1.23
海盗远控1.23源代码(Pirates Remote Control 1.23 source code)
- 2009-01-12 09:24:51下载
- 积分:1
-
可将两个文件捆绑在一起同时的运行 大家可以
可将两个文件捆绑在一起同时的运行 大家可以-Two documents can be bundled together at the same time the operation
- 2022-02-22 09:45:29下载
- 积分:1
-
RichView_Help
RichView控件的中文帮助文件。强大的文本编辑功能,富文本编辑。(the help of simple chinese of RichView control)
- 2013-10-17 09:49:00下载
- 积分:1
-
AHMED
Delphi program used to made program work as trial icon in task bar
- 2013-11-26 18:35:51下载
- 积分:1
-
数据抽取 (支持JDBC, WEB SERVICE, XML等) 数据抽取 (支持JDBC, WEB SERVICE, XML等)...
数据抽取 (支持JDBC, WEB SERVICE, XML等) 数据抽取 (支持JDBC, WEB SERVICE, XML等)-Data extraction (supports JDBC, WEB SERVICE, XML, etc.) data extraction (supports JDBC, WEB SERVICE, XML, etc.)
- 2022-04-21 19:15:44下载
- 积分:1