论坛


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.

Delphi and C++Builder 2009 Trial with ISO download

CodeGear| CodeGear-CodeCentral Delphi |12:18:18

The Delphi and C++Builder 2009 ISO can be used with a trial serial number (available from the left side of this page) to install a 14-day trial of Delphi and C++Builder 2009 Architect or with any purchased Delphi 2009 or C++Builder 2009 serial num...

Delphi and C++Builder 2009 Trial

CodeGear| CodeGear-CodeCentral Delphi |12:17:31

14-day trial of Delphi 2009 and C++Builder 2009 Architect editionEnglish, French, German and JapaneseDuring the install process, you can choose to install Delphi, C++Builder or both.To install the Delphi and C++Builder Trial: - Request a trial ser...

Moving Window Without Titlebar

delphi3000| delphi3000.com |12:00:00

This application shows you how to build a form without a titlebar, while still being able to move the window with your mouse. No extra components needed, just delphi, so no hassle with third party components!

How to create a form in a form

delphi3000| delphi3000.com |12:00:00

This shows you the very easy and straight forwarded code to create a form in a form, in this case it will be a moveable and resizeable form in a form, a not moveable and resizeable form in a form, and a no titlebar form in a form. A compiled exam...

Executor - Fancy Delphi Application Entry #46

About.com| About.com Delphi Programming |04:41:00

in FDAC :: By a definition, executor is someone (or something) who executes a specific task. In software terms, executor could be an application responsible for the execution of other...

delphi实现图象灰度处理的3种方法

扬帆| 扬帆Blog - Delphi |00:58:27

灰度处理的方法主要有如下3种:1、最大值法:使R、G、B的值等于3值中最大的一个,即:   R=G=B=max(R,G,B)最大值法会使形成高亮度很高的灰度图象varbitmap:tbitmap;i,j:integer;a,b,c,crgb,temp:longint;res:byte;begin//最大值灰度处理方法bitmap:=t...

Turbo Pascal version 1.0 - fixing a bug in Randomize

David I| Sip from the Firehose |00:50:09

If you try the Randomize procedure in Turbo Pascal version 1.0, you will notice that it doesn’t do anything at all.? The original manual says it?will re-seed the random number generator function so that it doesn’t start with the same r...