论坛


2010年2月10日 星期三

学绘秀曲线图

万一| 万一的 Delphi 博客 |23:24:00

阅读: 713 评论: 7 作者:万一发表于 2010-02-10 23:24原文链接偶然从http://blog.csdn.net/hero82748274/archive/2010/02/10/5304386.aspx看到了秀曲线图, 就用 GDI 模仿了一下; 如果用 GDI+ 绘制, 图形会细腻很多.procedure TForm1.FormPaint(Sender: TObject); var...

TClientDataSet[28]: 读写其他格式的 XML 文件

万一| 万一的 Delphi 博客 |13:11:00

阅读: 296 评论: 0 作者:万一发表于 2010-02-10 13:11原文链接TClientDataSet 可以直接存取的 XML 有自己的格式规范, 存取其他格式 XML 需要相应的映射文件(*.xtr).这种 *.xtr 文件是用 XML Mapper(Delphi 自带, 可从开始菜单或 IDE -> Tools 启动)制作的.一般会需要...

Temporary fix for the Welcome page in 2010 Stack Oveflow

CodeGear| CodeGear-CodeCentral Delphi |13:00:13

This package with source resolves the Stack Overflow and out of memory problem with the Welcome page. The problem is an issue with the languageStrings.xsl that causes a recursive call in the startup javascript, this problem only appears in very sp...

Delphi Prism and SQL Server Express with Advanced Services

Bob Swart| Dr.Bob’s Delphi Notes |11:54:35

I found a little gotcha when installing Delphi Prism after SQL Server 2008 Express with Advanced Services (and without installing another edition of Visual Studio).

GLibWMI 1.6b Component Libray released

CodeGear| CodeGear-CodeCentral Delphi |03:14:50

By -Neftali- German Estevez. GLibWMI is a component library for Windows System Administration. They are based on WMI (Windows Management Instrumentation).This library is a beta version and can be used freely and free of charge. * CBiosInfo: Inf...