论坛


2008年11月25日 星期二

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...

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...

2008年11月23日 星期日

Byte 数组转字符串 - 回复 "不知道" 问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/11/23/1339323.html#1379150var bs: array[0..25] of Byte; s: string; i: Integer; begin for i := 0 to Length(bs) - 1 do bs[i] := 65+i; s := string(StrPas(PAnsiChar(@bs))); ShowMessage(s); {...

« 上一页

下一页 »