-
communicationadministrator
通讯录管理系统源代码,使用了微软的数据库操作引擎ADO,采用Object Pascal语言内嵌SQL语言的方式,采用参数传递,变量传递的方法解决数据库的动态查询(Address book management system source code, the use of Microsoft s database operations engine ADO, using Object Pascal language embedded SQL language approach, using parameters of transmission, variable transmission means to resolve the database dynamic query)
- 2007-12-30 15:37:46下载
- 积分:1
-
时间设置,动态的,delphi编的,点击开始即从12点开始计时
时间设置,动态的,delphi编的,点击开始即从12点开始计时-clock,delphi。
- 2022-01-27 12:08:05下载
- 积分:1
-
Report
编程工具:Delphi。报表设计。具有独特风格的报表设计。阅览、打印。(programming tools : Delphi. Statements design. The unique style of design statements. View, print.)
- 2005-06-02 09:37:55下载
- 积分:1
-
一组个delphi按钮控件的代码,虽然比较老了,但是很实用。
一组个delphi按钮控件的代码,虽然比较老了,但是很实用。-One group of control buttons delphi code, although relatively old, but very practical.
- 2022-06-12 08:25:53下载
- 积分:1
-
server
Simple Indy 10 chat with TIdTCPServer and TIdTCPClient
- 2012-03-14 06:18:40下载
- 积分:1
-
Delphi 设定Windows屏幕分辨率的方法和示例代码
Delphi 设定Windows屏幕分辨率的方法和示例代码:
function TForm1.DynamicResolution(X, Y: word): BOOL;
var
lpDevMode: TDeviceMode;
begin
Result := EnumDisplaySettings(nil, 0, lpDevMode);
if Result then
begin
lpDevMode.dmFields := DM_PELSWIDTH Or DM_PELSHEIGHT;
lpDevMode.dmPelsWidth := X;
lpDevMode.dmPelsHeight := Y;
Result := ChangeDisplaySettings(lpDevMode, 0) = DISP_CHANGE_SUCCESSFUL;
end
- 2023-04-22 01:05:03下载
- 积分:1
-
Delphi管理信息系统
delphi mis
- 2023-03-04 12:20:04下载
- 积分:1
-
DIR2CLIP
在命令行下直接将当前路径拷贝到剪贴板的源码,对于经常在图形模式及命令行模式之间切换操作的朋友很有帮助!(In the command line directly copied to the clipboard the current path of the source, who is often in the graphics mode and command line mode switching operation between the friends help!)
- 2010-05-31 09:39:54下载
- 积分:1
-
teste
source fonte para melhor conhecimentos em estudos em linguagem dlephi 7
- 2014-10-03 00:12:08下载
- 积分:1
-
办公管理系统完成
DELPHI办公全套管理系统-DELPHI office management system complete
- 2022-06-02 03:19:35下载
- 积分:1