2008年11月26日 星期三
Unicode tip #5 - FillChar and Fill/ZeroMemory
Bob Swart| Dr.Bob’s Delphi Notes |11:47:36
The FillChar routine fills a string or buffer with bytes, which means that we need to multiply the length of the string with the size of the string elements in order to fill the complete size of the string.
学点 C 语言(7): for 循环
万一| 万一的 Delphi 博客 |10:29:00
1. for 循环的基本形式:#include <stdio.h> int main() { int i; for (i = 0; i10; i++) { printf("%d\n", i); } getchar(); return 0; }2. 步长:#include <stdio.h> int main() { int i; for (i = 0; i10; i += 2) { ...
TMS.Component.Pack.v4.9.0.1.for.Delphi.BCB.Full.Source (update Nov 25, 2008)
flypig| flypig-delphi |07:20:29
Code: TMS.Component.Pack.v4.9.0.1.for.Delphi.BCB.Full.Source diSQLite3_2.00_for_d7_d11_d2009 http://www.mediafire.com/download.php?nzt4yy3dyzy ? Fast Report Professional Edition 4.7.22 от 20.11.2008 http://rapidshare.com/files/167167507/FR4_7_22...
Memories of Turbo Pascal version 1.0 - several blog posts
David I| Sip from the Firehose |06:50:15
Several different community members and industry luminaries have posted blog articles with memories of Turbo Pascal version 1.0. Here are just a few of the blog posts with the person, link to the blog, and an excerpt from their posts. Huw Collingb...
AlphaControls 2009 v6.02
CodeGear| CodeGear-CodeCentral Delphi |06:24:46
AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique. - ...
ASyncSocket 1.0.2
CodeGear| CodeGear-CodeCentral Delphi |06:01:59
ASyncSocket is Delphi's socket component based on Winsock2Common property of this is as follows : * Winsock2 based * IPv6 Support * Asynchronous TCP Server and Client * UnicodeString support (Delphi 2009 or abobe) * TextBase send/re...
Component Palette Inspector Expert V5.0 Help File
CodeGear| CodeGear-CodeCentral Delphi |04:18:40
Unzip this help file and copy it to subdirectory “..\CPI Expert\Common\Help”.
Component Palette Inspector Beta V5.0 for BDS2009
CodeGear| CodeGear-CodeCentral Delphi |03:51:01
CPI provides the following services for users:1.Components Palette Services1.PALETTE1.Provides a rectangular palette with an array of bitmaps capable of displaying 1026 components at once2.Provides a list-view palette with names and bitmaps3.Provi...
Component Palette Inspector Beta V5.0 for BDS2007
CodeGear| CodeGear-CodeCentral Delphi |03:29:24
CPI provides the following services for users:1.Components Palette Services1.PALETTE1.Provides a rectangular palette with an array of bitmaps capable of displaying 1026 components at once2.Provides a list-view palette with names and bitmaps3.Provi...
Component Palette Inspector Beta V5.0 for BDS2006
CodeGear| CodeGear-CodeCentral Delphi |03:14:32
CPI provides the following services for users:Components Palette Services PALETTEProvides a rectangular palette with an array of bitmaps capable of displaying 1026 components at onceProvides a list-view palette with names and bitmapsProvides a scr...
Component Palette Inspector Beta V5.0 for BDS2005
CodeGear| CodeGear-CodeCentral Delphi |02:59:12
The CPI provides the following services for users:Simplifies the selection of components by using concepts of sites and domains.Provides an internet-like navigation process through components sites and domains.Provides eight domains: tabs, units,...
2008年11月25日 星期二
Delphi and C++Builder 2009 ISO
CodeGear| CodeGear-CodeCentral Delphi |17:50:30
This download is available to registered users of RAD Studio 2009, Delphi 2009 and C++Builder 2009. If you have not yet registered one of those products, you can get the ISO image with a trial serial number at http://cc.codegear.com/free/delphi.Th...
dbExpress ClientDataSet 此项操作不能应用在单向的数据集
幸福苹果| 幸福苹果-delphi |16:16:00
dbExpress连接sql server2000,把datasource和dbgrid关联时老是说什么"此项操作不能应用在单向的数据集"。。。dbexpress只有单向游标,所以你要在单层数据库中应用的话就要加上DataSetProvider和一个,ClientDataset再将datasource连上clientdataset就可以?..
Free Delphi Prism Seminar in Helmond, The Netherlands
Bob Swart| Dr.Bob’s Delphi Notes |14:03:12
Thursday, December 4th is your chance to attend a free Delphi Prism seminar in Helmond Brandevoort (NL) from 13:00 until 17:00.
Unicode tip #4 - Using and Extending TCharacter with IsVowel
Bob Swart| Dr.Bob’s Delphi Notes |12:34:50
A helpful Unicode support class in Delphi 2009 is the TCharacter class, which is a sealed class which only consists of static class functions to check whether a character is a Digit, a Letter, etc.





冀公网安备 13098202000212号