资源列表
[Dephi控件源码] Delphi_354682
说明:Delphi:Delphi的数据加密技术演示实例:文本加密解密源代码,随便在文本框中输入一段字符,可显示文本加密前的字符和文本加密后的字符,并输出解密后的文本。 -Delphi: Delphi data encryption technology demonstration examples: the text encryption and decryption source code, just enter some charac<HOA6Q8X> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[Dephi控件源码] Delphi_358806
说明:Delphi:Delphi结合Excel打印报表的实例源代码,利用Excel表格组件的功能将数据导入到Delphi窗体中,并进行列表打印,打印数据之前你需要连接Excel文件。 -Delphi: Delphi source code with examples of Excel to print the report, using functional Excel spreadsheet component to import da<WR5KKGN> 在 2024-11-05 上传 | 大小:13312 | 下载:0
[Dephi控件源码] Delphi_371455
说明:Delphi:用Delphi实现在程序中自定义文件输入格式,MyDateFile.Dat是存放数据的,程序支持数据格式判断,出错会提示“日期或价格填写错误”,每一个输入框都对应一种格式,当然数据判断代码也是不一样的,你可根据自己的需要查看对应代码。 -Delphi: Delphi to achieve in the program with a custom file input format, MyDateFile.Dat dat<07SC57B> 在 2024-11-05 上传 | 大小:5120 | 下载:0
[Dephi控件源码] Delphi_418385
说明:Delphi:Delphi取得Modem的各个状态,先判断是否可以打开端口,判断有没有Model存在,若没有给出提示“没有发现Modem的存在1若存在则可以取得Modem的各个状态,比如清除发送、数据准备就绪、拨号指示、接受检测信号等。程序通过COM2串口连接调制解调器。 -Delphi: Delphi to obtain various state Modem, first determine whether you can op<IXDUSQP> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[Dephi控件源码] Delphi_424726
说明:Delphi:string与byte数组的互相转化源代码,使用很方便的一个Delphi小程序,在输入框输入字符串,有两种方法将String转化为Byte数组,同时也有两种方法将Byte数组转化为String字符串。 -Delphi: string and byte array mutual conversion source code, very easy to use a small Delphi program, in the<66X1KT4> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[Dephi控件源码] Delphi_425813
说明:Delphi:Delphi获取Windows系统字体列表,获取到全部的中文字体和英文字体名称,点击“列举字体”按钮即可得到列表。源代码开源,比较简单,适合Delphi初学者参考。 -Delphi: Delphi Get Windows system font list, access to all of the Chinese font and English font name, click on the "font list"<6BU633Y> 在 2024-11-05 上传 | 大小:6144 | 下载:0
[Dephi控件源码] Delphi_434127
说明:Delphi:Delphi实现屏幕字母识别程序Crystal Display源代码,用窗体来模拟屏幕上的字母,Delphi可以识别出显示的字母是什么,使用有第3方控件,编译前请确认已安装好所需控件。 -Delphi: Delphi to achieve letter recognition program Crystal Display screen source code, using form letters on the sc<6TKICW2> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[Dephi控件源码] Delphi_463041
说明:Delphi:delphi分页实例,结合数据库实现分页,不过数据库暂时未提供,只有代码部分。实现类似网页上的分页效果:首页、上一页、下一页、尾页等样式,程序通过ADODB连接测试数据库,定义全局变量num1为每页要显示的记录条数,最终实现数据库分页效果,欢迎Delphi新手们参考。 -Delphi: delphi paging instance, combining database paging, but the database<4ASI2W8> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[Dephi控件源码] Delphi_463744
说明:Delphi:Delphi编程实现获取网络中的工作组计算机信息,只要你的计算机在网络中,不管是局域网或是广域网,只要有工作组存在,程序会立即获取到所有工作组信息,程序运行截图如图所示。 -Delphi: Delphi programming access network workgroup computer information, as long as your computer is on the network, whethe<8IIM27J> 在 2024-11-05 上传 | 大小:5120 | 下载:0
[Dephi控件源码] Delphi_485678
说明:Delphi:Delphi修改INI文件的内容,Delphi源码下载,通过一个窗体表单程序,对MyInfo.INI文件的各个节点值进行修改,INI文件在软件开发中常用作配置文件或数据存储文件,学会在Delphi中操作INI文件,是非常有必要的一个技巧。本示例程序用到了Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs,INIF<WLO6N22> 在 2024-11-05 上传 | 大小:9216 | 下载:0
[Dephi控件源码] Delphi_527147
说明:Delphi:Delphi使用Mycopyfile复制文件,带进度条显示,选择好需要复制的文件,点击“复制”按钮,文件即可开始复制,文件复制过程中显示进度条,让用户清楚复制了多少,本程序适合Delphi入门者参考,源码供参考。 -Delphi: Delphi using Mycopyfile copy files with progress bar display, select the need to copy the file,<6C1LZFE> 在 2024-11-05 上传 | 大小:9216 | 下载:0
[Dephi控件源码] Delphi_581773
说明:Delphi:条形码是一个很常见的应用了,本例将展示如何在Delphi源码中打印条形码的功能,几个关键点如何实现,请参阅源码文件。 -Delphi: A barcode is a very common application of this example will show how to print the barcode function in Delphi source code, how to achieve severa<XPO1OCA> 在 2024-11-05 上传 | 大小:9216 | 下载:0