-
Indy10_4924
Indy10 development package
- 2013-02-07 23:26:07下载
- 积分:1
-
Is a lunar calendar of the end zone, and a considerable and an electronic calend...
是一个 带阴历的 几时器,相当与一个电子台历,很不错,可能有朋友需要-Is a lunar calendar of the end zone, and a considerable and an electronic calendar, it is true that there may be a friend needs
- 2023-02-08 03:20:03下载
- 积分:1
-
Delphi 7.0 显示密码编辑框中的密码
Delphi 7.0 源代码示例演示:显示密码编辑框中的密码,也就是获取Edit组件中的内容,显示给用户,在代码编写时,可参考下边的几行代码:
L:=GetWindowTextLength(Edit1.handle)+1; //得到名字长度,并将长度加1
GetMem(Name,L);//为将要得到的名字分配内存
GetWindowText(Edit1.handle,Name,L);//得到名字
label1.Caption:=String(Name);//将得到的名字显示于Label1
FreeMem(Name,0); //释放分配的内存
完整的源代码请下载。
- 2022-04-06 19:23:17下载
- 积分:1
-
DF1 Protocal Component
DF1 Protocal Component
- 2022-02-06 06:03:45下载
- 积分:1
-
TreeView
说明: 专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!
公用单元:TreeFillThrd.pas TreeUtils.pas(Treeview and database designed to operate through the data in a database is automatically added to the Treeview control, but using a ADO data control component, another Treeview nodes in the data stored in the database table structure, position: ID: integer PID: Integer Caption: string field name as may be different, but the type must be the same! Common unit: TreeFillThrd.pas TreeUtils.pas)
- 2010-03-29 09:59:26下载
- 积分:1
-
FastReport.v3.23.9
FastReport.v3.23.9破解版,非常好用!(FastReport.v3.23.9.is very good)
- 2013-05-14 17:11:31下载
- 积分:1
-
并口DLL,用来控制并口的.,Visual basic
并口DLL,用来控制并口的.,Visual basic-Parallel DLL, used to control the parallel port., Visual basic
- 2023-08-10 16:45:03下载
- 积分:1
-
Delphiwordstart
在Delphi中控制Word启动和插入表格wordstart(Control Word starts in Delphi and insert a table wordstart)
- 2014-02-26 23:15:51下载
- 积分:1
-
delphi自定义接口模块
说明: delphi程序模块接口源码,包括串口、字符串函数、eeprom、ds1302等控制或显示程序。(Delphi program module interface source code, including serial port, string function, EEPROM, DS1302 and other control or display programs.)
- 2019-12-16 05:33:40下载
- 积分:1
-
* The most important classes and components
* The new features of Delphi 6...
* The most important classes and components
* The new features of Delphi 6
* Programming DLLs
* Delphi and databases
* Delphi and the internet
* Developing components
Addison-Wesley Nitty Gritty Programming Series provides the most important facts that you willneed to know to get up and running in new programming topics quickly and when you have becomeproficient you can use it as an on-going reference book for all the fundamentals.
Divided into three sections, this book provides everything you need to know to startprogramming in Delphi 6.
* Introduction -- all the main topics that you ll need to get working now.
* Reference section -- all the necessary instructions and topics in one easy reference section so that you can refer back to the book again and again.
* Practical tips and tricks -- find out how to put those important concepts into practice and get expert tips on how to improve your programming.-* The most important classes and components
- 2022-01-22 07:45:12下载
- 积分:1