-
PONTO-ELETRONICO
sistema de locaç ã o de veiculos e locadoras BOM PARA CONTROLA ENTRADA DE VEICUOS
- 2017-01-22 04:45:48下载
- 积分:1
-
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步...
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步-This is an intermittent small cast aside, I hope everyone hopes that after the U.S. and more learning, more exchange of common progress
- 2022-05-26 07:45:34下载
- 积分:1
-
this program can be used in other programs VCL configuration, the memory content...
本程序可用于其它VCL程序的配置、内存内容。帮助设计运行时调试。当然,人们可以看看什么配方用什么成分,设计什么属性
- 2022-03-21 22:51:48下载
- 积分:1
-
详细讲述如何用delphi进行com编程
详细讲述如何用delphi进行com编程-described in detail how to use delphi programming for com
- 2023-05-10 06:25:03下载
- 积分:1
-
Delphi 获取MonthCalendar中选择的日期
Delphi 获取MonthCalendar中选择的日期,其实就是完成一个时间、日期的选择功能,年份、月份、日期、时间都可自定义调整并选择,这个简单的例子,可演示Delphi中MonthCalendar的用法,生成一个日期时间选择器功能。下面是相关代码:
procedure TForm1.Button1Click(Sender: TObject);
var
Year,Month,Days: Word;
begin
DecodeDate(MonthCalendar1.Date,Year,Month,Days);
Edit1.Text:=IntToStr(Year);
Edit2.Text:=IntToStr(Month);
Edit3.Text:=IntToStr(Days);
end;
全部源码请下载本实例包。
- 2022-02-02 06:32:18下载
- 积分:1
-
获取CPU温度,这是一个用VC完成的代码
获取CPU温度,这是一个用VC完成的代码-access to the CPU temperature, which is a complete VC code
- 2022-03-25 09:22:52下载
- 积分:1
-
mail2000
使用Delphi开发的邮件服务器,能安全可靠地进行电子邮件的收发服务。(Delphi developed the use of the mail server that can secure and reliable way to send and receive e-mail service.)
- 2007-10-14 11:38:15下载
- 积分:1
-
SHA
使用SHA算法加密文件Delphi示例,编程学习源码,很好的参考资料。(SHA algorithm to encrypt files using Delphi examples to learn programming code, a good reference.)
- 2014-02-17 15:28:45下载
- 积分:1
-
this is my first program in delphi
this is my first program in delphi
- 2022-07-15 10:01:00下载
- 积分:1
-
ListBox
If you don t know how to use the ListBox of Delphi this source code will help you. It shows how to delete an item or just unselect it.
- 2011-09-05 15:54:52下载
- 积分:1