CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 Dephi控件源码

资源列表

« 1 2 ... .33 .34 .35 .36 .37 1838.39 .40 .41 .42 .43 ... 2137 »
  1. inione

    0下载:
  2. Delphi INI文件读写操作,这似乎是一个比较常见的操作了。INI文件多用做程序的配置文件,本程序中就是使用INI存储了程序的相关信息。比如打开窗口后,所显示的第一句话就是从根目录下的INI文件中读取出来的,点击按钮,可切换成中文信息。-Delphi INI file read and write operation, it seems to be a common operation. INI files for program configuration file, the progra
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5516
    • 提供者:wpudn44
  1. Delphigetdisk

    0下载:
  2. Delphi获取驱动器容量,以前发过的,这一款同样比较简单,运行本程序后,可在上边的combox中选择驱动器名称,然后点击“检测驱动器容量”按钮,立刻显示出当前所选择驱动器的总容量(空间)大小和剩余空间大校-Delphi access drive capacity, hair before, this one is also simple, run this program, can choose the drive name at the top of the combox, and then
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4078
    • 提供者:wpudn44
  1. delphifeiform

    0下载:
  2. Delphi源码实现的不规则窗体,非矩形窗口,绘制一个五角星窗体,大致的实现思路:创建一个多边形的区域,绘制多边形窗体,设置窗体初始背景颜色,使窗体始终保持在最前,设定画笔大小,绘制多边形轮廓线,恢复窗体正常位置和显示属性。-Delphi source code to achieve the irregular form, non rectangular window, draw a star form, ideas to achieve roughly: create a polygon ar
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:wpudn45
  1. apiprint

    0下载:
  2. Delphi利用API直接打印内容,可打印图像和打印文字类型的内容,与其它打印程序的区别是,本程序是基于Delphi API实现的。-API direct printing content by Delphi, can print images and print text content types, different from other print procedures, this procedure is implemented based on Delphi API.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:8273
    • 提供者:wpudn45
  1. getfontlist

    0下载:
  2. Delphi枚举可用字体,也就是列出windows系统中所有安装的字体名称,向组合框中添加系统中已经安装的字体名称,若选中字体后,可改变R i c h E d i t组件中文字的字体。-The Delphi enumeration of fonts, also is the list of all installed fonts name windows system, add the font name is already installed in the system to the com
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4907
    • 提供者:wpudn45
  1. diguidir

    0下载:
  2. 使用Delphi递归法遍历磁盘目录,通过本源码你可以熟悉下delphi中的递归法实现,另外还可以了解一下如何遍历目录,程序运行截图如上所示,测试时按要求指定相关参数,点击”开始“按钮即可。-The use of Delphi disk directory traversal recursive method, through the source code you can be familiar with recursive method in Delphi, also can learn ho
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:91223
    • 提供者:wpudn45
  1. delphiapithread

    0下载:
  2. 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:6843
    • 提供者:wpudn45
  1. swlphitnmecho

    0下载:
  2. Delphi 通过TNMEcho组件测速 测试网络连接的速度,可以测出当前网络传输的速度,通过向指定IP的服务器发送字符串数据后,根据返回时间测出速度快慢。在Delphi中有一个TNMEcho组件,利用它向Echo服务器发送一些数据,这些数据会原样从Echo服务器返回,然后计算两者的时间差,即可大致算出网络连接的速度。此测试出的速度可作为一般参考。-Delphi connection through the TNMEcho component velocity test network spee
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5836
    • 提供者:wpudn46
  1. printpage

    0下载:
  2. Delphi获取获得打印页边距程序代码,一个打印程序,delphi设置打印参数时能用上部分功能。-Delphi gain print margins program code, a print program, Delphi set the print parameters can be used on the part of the function.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5067
    • 提供者:wpudn46
  1. comgather

    0下载:
  2. 串口采集外设数据 Delphi,串口要正确,否则不能运行,另外采集设备也要准备好。本例其实是演示如何使用串口进行采集,只是让大家了解基本的大框架,更多细节需要完善,这为基础源码,仅供Delphi初学者参考。-Serial acquisition of external data Delphi, serial port must be correct, otherwise can not run, another acquisition equipment to prepare. This exa
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5138
    • 提供者:wpudn46
  1. Delphigetmac

    0下载:
  2. Delphi获取网卡地址,也就是MAC地址,获取计算机中安装的第一块网卡的MAC地址,这里是使用Delphi调用了NetBios函数,用此函数,你可以获得除MAC地址以外的更多网络信息。将NCB的ncb_command成员设为NCBENUM,可以得到计算机的网卡数量 设为NCBASTAT,可以得到某块网卡的信息。   在查询MAC之前,需要将网卡Reset,可以通过NCB的ncb_command成员设为NCBRESET并调用NetBios函数来实现。-Delphi access to th
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4120
    • 提供者:wpudn46
  1. urladdresschech

    0下载:
  2. Delphi判断网址是否存在,检查输入的URL网址是否可以打开,将使用Delphi中的TNMHTTP控件的head方法来检查网址是否有效。从运行截图你可以看出,程序会返回不同的结果,比如是否正确解析地址、是否能够连接到主机、是否存在这个页面等,以此几方面来综合判断,该网址是否可以正确被访问。-The Delphi judge the existence of Web site, check whether the input of the URL web site can open, head
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:6577
    • 提供者:wpudn46
« 1 2 ... .33 .34 .35 .36 .37 1838.39 .40 .41 .42 .43 ... 2137 »
搜珍网 www.dssz.com