论坛


2009年5月23日 星期六

delphi 经验笔记(2)

小城太阳| 网络天空vistra-Delphi |10:20:00

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

(转)delphi 经验笔记

小城太阳| 网络天空vistra-Delphi |10:18:00

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

2009年5月22日 星期五

时间与相关类型(3): TFileTime、TSystemTime 及 DOS 时间

万一| 万一的 Delphi 博客 |22:54:00

//相关函数: SysUtils.DateTimeToFileDate(); SysUtils.FileDateToDateTime(); SysUtils.DateTimeToSystemTime(); SysUtils.SystemTimeToDateTime(); Windows.SystemTimeToFileTime(); Windows.FileTimeToSystemTime(); Windows.FileTimeToDosDateTime(); Windows...

Rarnu Net Form v2.0 Trial 发布

rarnu| 橙子的Delphi技术专区-delphi |22:51:00

Rarnu Net Form是一套用于实现类似WPF界面,也可以用来实现QQ界面的一套组件现在最新的版本为v2.0版。由于一些机制尚未成熟,因此这次的发布不包含源代码,并且也不推荐将该组件使用于正式的项目中。此版本为Trial版本,仅供测试使用,现提供用于Delphi2007和Delphi2...

Rarnu QQ Panel 控件即将发布

rarnu| 橙子的Delphi技术专区-delphi |18:24:00

这是一个用于完成类似QQ界面的控件,用户只需要通过很简单的属性操作,即可完成像QQ那样的树型界面上图即是控件的效果,如果不出意外,今天晚上会发布for D2007和for D2010的版本实现的原理相对比较简单,是通过Panel和Image的组合,把界面拼出来,并且通过一定的事?..

时间与相关类型(2) - TDate、TTime、TTimeStamp

万一| 万一的 Delphi 博客 |18:14:00

//相关函数: SysUtils.DateTimeToTimeStamp(); SysUtils.TimeStampToDateTime(); SysUtils.TimeStampToMSecs(); SysUtils.MSecsToTimeStamp(); Windows.GetTickCount;TDate、TTime 与 TDateTime 的尺寸是一样的, 互相转换也不会损失数据; 存在的意义也只是便于理解...

时间与相关类型(1) - TDateTime 与 Double

万一| 万一的 Delphi 博客 |10:57:00

//相关函数: SysUtils.FloatToDateTime(); SysUtils.TryFloatToDateTime();在 System 单元定义有: TDateTime = type Double;看来 TDateTime 是一个 8 字节 64 位数据, 不过是 Double 的别名.{测试: TDateTime 就是一个 Double} var t: TDateTime; d: Double; s...

Video interviews from Delphi Live! 2009

CodeGear| CodeGear-CDN Delphi |09:49:47

Move / Rearrange TListBox Items with the Mouse (Drag and Drop)

About.com| About.com Delphi Programming |02:00:44

TListBox Tricks :: The TListBox Delphi component displays a collection of items in a scrollable list. Delphi makes it easy to program dragging and dropping into your applications. Read the...

2009年5月21日 星期四

时间与字符串

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

SysUtils.StrToDate(); SysUtils.StrToDateDef(); SysUtils.TryStrToDate(); SysUtils.StrToTime(); SysUtils.StrToTimeDef(); SysUtils.TryStrToTime(); SysUtils.StrToDateTime(); SysUtils.StrToDateTimeDef(); SysUtils.TryStrToDateTime(); SysUtils.DateToS...

区域设置 ID (LCID) 表, 及获取方法

万一| 万一的 Delphi 博客 |22:16:00

中国的区域设置 ID 是 2052, 如果经常打开微软软件的安装目录应该经常见到.获取很简单, 有现成的 API 函数: GetThreadLocale.begin ShowMessage(IntToStr(GetThreadLocale)); //2052 end;区域设置 ID (LCID) 表区域设置描述简写十六进制值十进制值南非荷兰语af0x04...

The myriad of ways to stay connected and up to date with Embarcadero products, news, events, etc.

David I| Sip from the Firehose |21:56:57

Embarcadero Technologies, the leading independent provider of award winning Database Tools and Developer Software, provides many ways for developers, architects, and DBAs to keep up to date.? Here are just a few of the ways new and current custome...

Call for Papers for SDN Conference 2009, 19-20 Oct in The Netherlands

Bob Swart| Dr.Bob’s Delphi Notes |17:42:13

The Software Development Network (SDN), has opened the call for speakers (deadline for proposals: June 14, 2009) for it’s 18th annual SDN Conference (SDC) to be held at the “Papendal” Convention Center in Arnhem in The Netherlands on October 19...

Ehlib V4.4.50 Full Source

DELPHI盒子| Delphi盒子 |16:05:00

EhLib 4.4.50 contains components and classes for Borland Delphi 4-9, 2005,2006, Borland C++ Builder 4-6, CodeGear Delphi 2007 and CodeGear RAD Studio 2009, intended to increase capacity of the client part of database application in part of int...

类似QQ的那个OutLookBar

DELPHI盒子| Delphi盒子 |16:05:00

类似QQ的那个OutLookBar

« 上一页

下一页 »