Source: http://blog.9cbs.net/netrobo/archive/2004/08/16/76346.aspx
Learn About Diamondback At Borcon - Michael Swindellborcon 2004 will release Delphi's next large version, currently code to DiamonBack.
Diamondback Rumors - Michael Swindellsome Rumors I Read in The NGS and Blogs Last Night:
Rumor: "I Hope Diamondback Is More Than Just Delphi 7 and Delphi 8 Combined" Fact: Way More. IF IT WERE JUST 7 & 8 Combined, We'd Just Call IT "Garter Snake"
Rumor: "Diamondback Will Be Two IDes One for Win32 and One for .NET" FACT: Diamondback Will BE A Single Ide: O)
Rumor: "Diamondback Will include Eco for asp.net, refactoring, and unit testing" Fact: Thats Just Scratching the Surface ...
Rumor: "Danny, Johnk, Corbin, Jim and Allen Are Hotshots" Fact: Heck YA
Rumor: "Diamondback Will Be The Best Development Tool in The World" Fact: Alright, WHO BROKE THEIR NDA? Someone Call Security Please.
AT 8/10/2004 09:36:33 AM, Michael Swindell Said ... Diamondback Won't include any more vb support Than IN Delphi 8. in d8 you can compile, Write, and debug vb.net code. But We don't support, Wells, Form Designers, Wizards, And Code Insight, Don n't work with vb.net.
AT 8/10/2004 10:58:30 AM, CORBIN DUNN SAID ... JUST for The Record, Diamondback Will Include The Kitchen Sink. I'm Making Sure Ot.
New for loop Syntax - Danny
For
Type tstringArray = array of string;
Procedure Demo1 (Const List: TstringArray); Var S: String; Begin for S in List Do Writeln (S); END;