论坛


2008年11月30日 星期日

Turbo Pascal version 1.0 - a month of memories

David I| Sip from the Firehose |19:04:34

This post ends thirty days of blog posts in celebration of Turbo Pascal Version 1.0’s 25th anniversary.? I’ve tried to post a selection of memories and technical details but I knew I would not be able to tell the whole story in just on...

CodeRage III - VCL For Web Sample

CodeGear| CodeGear-CodeCentral Delphi |17:03:15

Exemplo da Apresentação feita sobre desenvolvimento Web com VCL For Web e Delphi 2009.------------------------------------------------------------------Sample from Presentation about Web Development using VCL For Web in Delphi 20...

Delphi 2009 DataSnap Sample

CodeGear| CodeGear-CodeCentral Delphi |16:41:58

New DataSnap FrameWork Sample - Application Server - Server Module - Remote Methods - Using DataSets - Client Win32 - Client Web 2.0 VCL For Web (StandAlone and ISAPI) - InterBase 2009[]'sBruno

Programmatically Hide the Cursor from the Screen from Delphi code

About.com| About.com Delphi Programming |11:00:52

Delphi TIPS :: The Windows ShowCursor API function can be used to hide/show the mouse cursor, but this only affects our application. If we want to hide the cursor for...

IDE Fix Pack 2.1 for RAD Studio 2009

CodeGear| CodeGear-CodeCentral Delphi |10:07:15

The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #67351: Debugger invokes anonymous method by itself* QC #58045: Component ...

IDE Fix Pack 2.1 for RAD Studio 2007

CodeGear| CodeGear-CodeCentral Delphi |10:05:21

The IDE Fix Pack installs an DLL-Expert that fixes the following RAD Studio 2007 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #58045: Component captions and component icons disappear from form designer* QC #...

VCL Skin V5

flypig| flypig-delphi |08:54:42

VCLSkin? is a component used to create skinnable user interfaces for Delphi/C++Builder applications. Extremely easy to use, simply place the component on the Main Form and Vclskin will skin the entire application with no need for source code modif...

用Delphi写最小的Hello,World

Admin| 二十年前旧板桥 |07:20:08

This is the source code:{$APPTYPE CONSOLE}program p;begin  Writeln ('Hello, World');end.Program info (Delphi 2009):* Code size 14284 bytes* Data size 12988 bytes* Initial stack size 16384 bytes* File size 21504 bytesBenchmark:*...