资源列表
[Dephi控件源码] Delphi_178640
说明:Delphi:Delphi列出枚举系统安装的所有打印机名称,会下一步打印做准备,当然,本程序不包括打印功能,仅是检测获取到所使用的打印机型号、名称等信息,如图所示,可得到安装的三台打印机型号。 -Delphi: Delphi enumeration system lists all installed printer name, the next step will be to prepare for print, of cours<EUYZ7KC> 在 2025-01-20 上传 | 大小:7kb | 下载:0
[Dephi控件源码] Delphi_183288
说明:Delphi:喜欢Delphi,但是一些基础的知识都还没搞懂,今天就带初学者学习一下Delphi中的LoadFromFile方法如何使用,这是一个与数据库操作相关的方法,测试代码中包括了数据库文件,请自行先附加数据库,并连接好数据库, -Delphi: like Delphi, but some have yet to get to know the basic knowledge, today with Delphi beginn<EUYZ7KC> 在 2025-01-20 上传 | 大小:121kb | 下载:0
[Dephi控件源码] Delphi_183673
说明:Delphi:Delphi借助控件绑定实现数据选择输入,为了测试方便,使用了数据库文件,商品信息表.db即为数据库,你无需附加,编译后直接调用并可进行录入。主要练习如何在Delphi环境下实现绑定控件进行内容输入,Delphi新手参考的简单代码。 -Delphi: Delphi help bind the control to select the input data, in order to facilitate the tes<HO8IQZS> 在 2025-01-20 上传 | 大小:73kb | 下载:0
[Dephi控件源码] Delphi_203671
说明:Delphi:Delphi使用TreeView控件实现的导航界面,左侧的树控菜单就是基于TreeView控件,在一般的信息管理系统中,树形菜单使用广泛,通过本演示源码,你将学会不使用外部控件而实现Delphi窗体中的TreeView树控效果,我想是比较实用的源码例子。 -Delphi: Delphi TreeView control is achieved using the navigation interface, the tr<HO8IQZS> 在 2025-01-20 上传 | 大小:292kb | 下载:0
[Dephi控件源码] Delphi_210880
说明:Delphi:Delphi制作的图像积木效果,打开图像后,窗体自动加载一幅图像,点击“效果”按钮后,可预览查看效果,可持到类似积木玩具一样的图片显示特效,一个小小的Delphi图形处理程序,仅供参考学习。 -Delphi: Delphi crafted image building blocks effect, open the image, the form automatically load an image, click o<HO8IQZS> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[Dephi控件源码] Delphi_217134
说明:Delphi:Delphi环境下的一个pas类文件,用于idtcpserver断开与连接客户端,使用这个类可连接或断开idtcpserver客户端,当客户端主动与服务端断开时,idtcpserver事件Disconnect能够接到消息,当客户端主动与服务端连接时,idtcpserver事件Connect能够接到消息…… -Delphi: a pas class file Delphi environment for idtcpser<HO8IQZS> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[Dephi控件源码] Delphi_243008
说明:Delphi:Delphi折行显示按钮标题文字,这里说的折行和换行类似,有一些控件如果找不到的话,请在网络上搜索一下,需要这些控件才能编译运行源码。是一个新手源码例子,Delphi初学者适合下载。 -Delphi: Delphi Display button caption text wrap, wrap and here that wrap similar, there are some controls if not found<UGG0RLY> 在 2025-01-20 上传 | 大小:79kb | 下载:0
[Dephi控件源码] Delphi_243057
说明:Delphi:Delphi中的OnChange事件如何使用呢?这个源码通过使用Timagelist组件来演示OnChange事件的处理,运行示例程序后,点击窗体上的“删除图像”按钮,OnChange就会激发,判断图像列表是否发生了变化,并弹出提示告诉你结果怎么了。 -Delphi: Delphi OnChange event in how to use it? After this source by using Timagelis<UGG0RLY> 在 2025-01-20 上传 | 大小:18kb | 下载:0
[Dephi控件源码] Delphi_246278
说明:Delphi:Delphi Mode属性用法举例,实例以一个MEDIAPLAYER播放组件为例来说明Delphi中的Mode属性的具体用法,单击播放按钮后单击“功能”菜单项,显示当前状态。 -Delphi: Delphi Mode attribute usage, for example, in the instance of a MEDIAPLAYER playback component Delphi example to il<UGG0RLY> 在 2025-01-20 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_247178
说明:Delphi:Delphi获取任务栏尺寸大小,得到任务栏窗口上、下、左、右的像素值,简单的得到任务栏的相关参数。 -Delphi: Delphi get the taskbar size, get a window on the taskbar, the pixel values ??down, left, right, simply to get the relevant parameters of the taskbar.<UGG0RLY> 在 2025-01-20 上传 | 大小:5kb | 下载:0
[Dephi控件源码] Delphi_267350
说明:Delphi:Delphi得到输入框焦点时背景变色,得到组件焦点并设置其属性,其实不只是Delphi程序应该这么做,其它的一些编程语言写出来的软件了应该这样啊,为了有一个好的操作体验,让软件更人性化这是我们的目标,虽然这是一个不能再小的功能,但却让用软件的用户觉得好用,不是很值得吗? -Delphi: Delphi get the focus when the input box background color, get the<RPY8T0T> 在 2025-01-20 上传 | 大小:31kb | 下载:0
[Dephi控件源码] Delphi_284307
说明:Delphi:这是一个Delphi源码实例,演示如何调用外部的EXE文件,源码窗体截图如上示,操作起来挺简单,只需点击调用按钮,找到需要调用的EXE就可以了,演示如何调用外部的exe文件。 -Delphi: This is a Delphi source code examples demonstrate how to call an external EXE files, source code form shown in the<RPY8T0T> 在 2025-01-20 上传 | 大小:5kb | 下载:0