20 Nov, 2008
Posted by: admin In: general
Delphi Prism brings a lot of new features in the language, here a list of new thinks you can do. # Variable everywhere and create a instance at the same time you declare. var path : String := System.IO.Path.GetFullPath(tbDatabase.Text); db : DataContext := new DataContext(path); begin var i : Integer := 0; var contacts := [...]
Yes, it’s include Delphi 2009, C++ Builder 2009, and Delphi Prism 2009. You can visit codegear website for the detail. CodeGear RAD Studio 2009 Complete rapid application development solution for native Windows and .NET Includes Delphi 2009, C++Builder 2009, and Delphi Prism 2009 Connect with a wide variety of databases in a consistent way using [...]