资源列表
[Dephi控件源码] BlockRead
说明:delphi BlockRead用法的源码实例,blockread 函数可以读一个或多个记录到变量中,示例为你设计了一个按钮,点击这个按钮可以选择文件,选择文件后你可以看到复制了多少bytes到变量中,还不错吧,挺简单的例子了。-Delphi BlockRead use source code examples, the blockread function can read one or more records to a variable, sample design a button fo<wpudn56> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] delphiaddmenus
说明:Delphi在系统默认的窗口菜单中添加自定义菜单项,在窗体标题栏的右键菜单中添加自定义菜单,这个源码功能主要是演示这一功能如何实现,超简单,面向Delphi的基础学者。-Delphi add custom menu item in the window menu by default system, add a custom menu in the window title bar and right-click menu, the source function is mainly to sh<gpudn70> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] autorunwish
说明:Delphi源码实现的电脑开机即送祝福的小程序,开机后自动运行,并显示一个小窗口,窗口中显示祝福的话,程序要更改注册表中的开机启动项设置。你可扩展成一个让某程序开机自动运行的模块。注:在编译成功后首次运行,360会拦截,提示要修改开机选项,选择允许即可测试。-Delphi source code to achieve the computer to boot to receive the blessing of small procedures, boot automatically, and<gpudn70> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphiweizhi
说明:Delphi动态设置窗口在屏幕的位置,你可以在文本框中输入需要显示窗口的左边距、右边距(像素值),不能大于你的屏幕分辨率值,然后窗体就会按照你的设计自动回到指定地方。-Position Delphi to dynamically set the window on the screen, you can enter a display window on the left from the right, in the text box (Xiang Suzhi), is not greater<gpudn71> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_056674
说明:Delphi:Delphi检测TCP/IP协议是否安装,点击检测按钮,程序检测协议后,将自动选择单选框,告诉你是否安装了TCP/IP协议。 -Delphi: Delphi detect TCP/IP protocol is installed, click the Detect button, the program detects the agreement, it will automatically select the radio button that tells you whet<NK5HL6P> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_086001
说明:Delphi:Delphi获取鼠标坐标,并进行坐标转的,在客户坐标和父组件坐标中转换,鼠标放在本窗口上,在窗口的状态栏内显示坐标,包括客户坐标和父组件坐标。 -Delphi: Delphi get mouse coordinates, and the coordinates of turn, in client coordinates and the coordinates of the parent component conversion, the mouse on the window<NK5HL6P> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_124818
说明:Delphi:Delphi旋转图像源码实例,有使用Delphi7的朋友,本实例可以直接编译,无需任何第三方控件,Delphi将图像旋转仅是一个图像操作的一简单实例,Delphi初学者可参考。 -Delphi: Delphi rotate the image source code examples, there is the use Delphi7 friend, the examples can be compiled directly, without any third-party c<NK5HL6P> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_186252
说明:Delphi:区位码转换数字,Delphi根据区位码转换成汉字,或者说根据区位码识别/判断汉字是什么,程序还有一定Bug,仅供学习参考。 -Delphi: area code convert digital, Delphi converted into Chinese characters based on area code, or area code based on the identification/determine what characters are, there are<DBRYXTQ> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_273575
说明:Delphi:Delphi局域网发消息的源程序代码,输入消息正文、局域网内的机器名和署名就可发送了,请注意,必须保证局域网内能检测到这些机器名,否则程序可能出错。 -Delphi: Delphi LAN message s source code, enter the message text, machine name and signature on the LAN can be sent, please note that you must ensure that the LAN ca<BTI1AGW> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_515175
说明:Delphi:基于Delphi编写开发的简易文件批量打印器,仅是实现了部分功能,也就是核心部分,更多功能完善,有需要此方面的源码的朋友,可以不运行实例,直接参看源代码就和了。 -Delphi: Delphi-based developers to write simple batch file printing device, is only a partial function, which is the core part, more functional, there is a nee<MY1PZ7B> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_528041
说明:Delphi:Delphi通过IP地址获取主机名,输入IP地址,可检测到该IP所属的主机名,程序简单初级,是Delphi初学者必看的小程序。 -Delphi: Delphi obtain the IP address of the host name, enter the IP address, host name can be detected in the IP belongs to the primary process is simple, Delphi beginners is a<MY1PZ7B> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_545702
说明:Delphi:Delphi将文字保存为图片,这是Delphi开发案例精选中的一个实例,使用TextOut在画布上画图,实现保存为图片。 -Delphi: Delphi will save the text as a picture, which is Delphi developers selected cases an instance, use TextOut drawing on the canvas to achieve saved as a picture.<MY1PZ7B> 在 2025-06-20 上传 | 大小:6kb | 下载:0