论坛


2009年1月10日 星期六

自己写的与身份证相关的几个函数,欢迎试用

小城太阳| 网络天空vistra-Delphi |23:50:00

阅读全文类别:软件(delphi) 查看评论

关于结构体与类型转换的一点小技巧

万一| 万一的 Delphi 博客 |19:48:00

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; ...

Vampyre Imaging Library 0.26.2

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

Imaging is native Object Pascal image loading, saving andmanipulation library. It is available for several platformsand does not require any third party dynamic libraries or other compiled binaries.Imaging library features: -- Native Object Pasca...

Programmatically Download a File from the Internet with Progress Indicator using Delphi

About.com| About.com Delphi Programming |12:00:59

Delpohi TIPS :: If you need to save the contents of a specified URL to a file - and be able to track the download progress, use the TDownLoadURL Delphi...