论坛


2008年11月24日 星期一

Delphi 2009 Development Essentials published

Bob Swart| Dr.Bob’s Delphi Notes |20:16:37

I just published Delphi 2009 Development Essentials on Lulu.com as paperback (24 Euro) or PDF download (16 Euro) as a 127 page A4-size book (38,638 words) that covers the new IDE, Compiler, Language, RTL/VCL and Unicode features in Delphi 2009.

FindFirst

扬帆| 扬帆Blog - Delphi |13:32:45

Unit SysUtilsfunction FindFirst(const Path: string; Attr: Integer; var F: TSearchRec): Integer;DescriptionFindFirst searches the directory specified by Path for the first file that matches the file name implied by Path and the attributes specified...

Unicode tip #3 - UTF-16 Number of Printable Characters

Bob Swart| Dr.Bob’s Delphi Notes |12:14:10

The number of elements of a string can be retrieved by calling the Length function.

Random Thoughts on the Passing Scene #92

Nick Hodges| Nick Hodges |11:44:54

Marco Cantu has written for us a nice white paper on Unicode and Delphi 2009.  It is actually part of his forthcoming book Delphi 2009 Handbook.  That book will be published on Lulu.com, and a PDF version will be available to registered ...

使用Delphi開發分散式JSON應用系統

李维| IT : 是工作還是嗜好? |11:41:40

在12月我又受委託將舉行4場有關DataSnap和分散式應用系統開發的技術研討會, 在這次的研討會中我將討論下面相關的內容:什麼是JSON?Delphi和JSON程式設計如何昇級/轉換COM/DCOM/COM+的分散式架構為JSON分散式架構如何使用DataSnap 2009開發新一代的分散式架構應用程式D...

Turbo Pascal version 1.0 - Common Questions

David I| Sip from the Firehose |06:49:19

Here are a few of the frequently asked questions about Turbo Pascal.? These questions are?taken from the Turbo Pascal manual, Turbo Tutor book, from the Internet, and also from my (not-so-complete) memory. Q: Who were the developers who originally...

Get the Application associated with the Shell Print Command for a File Type

About.com| About.com Delphi Programming |06:06:55

in Delphi TIPS :: If your want to programmatically print files from Delphi code, using the associated shell application, you need to first make sure that there is an application...