Archive for the 'English' Category
(Chronologically Listed)
Delphi Meeting 2009 in Brazil - 2º week
Hi community, busy week in Brazil, 4 more cities received the Delphi Meeting 2009 - Brasília, Porto Alegre, Vitória e São Paulo, around 800 developers invested 4 hours to attend the event. I just can say thank you so much for everybody that attended the event during the last two weeks, was great. Delphi Meeting [...]
Posted by Andreano Lanusse on June 6th, 2009 under Delphi, English, Events | Comment now »Delphi 2009 and C++ Builder 2009 - TMS Smooth Control Pack
TMS Smooth Control Pack is a set of components that bring a sophisticated looking and fell for your applications.
Are you using Delphi 2009 or C++ Builder 2009? Download the TMS Smooth Control Pack for FREE.
Here some samples using the rich sophisticated looking & smoothly animated controls
Share This | Email this page to a friend
Posted by Andreano Lanusse on April 2nd, 2009 under Delphi, English | 1 Comment »Reasons to Migrate from Delphi 7 to Delphi 2009
If you still having questions about why to migrate from Delphi 7 to Delphi 2009, you should download and read the White Paper Reasons to Migrate from Delphi 7 to Delphi 2009. This article gives you many good reasons to migrate, along with an overview of all the new features added to Delphi since version 7.
Also you [...]
Delphi 2009 Update 2 is available for download
This update brings updates for database and DataSnap. The developers who use DataSnap and want to access DataSnap Win32 server through .NET client applications, update 2 is mandatory.
To upgrade, shutdown your IDE and use the Check for Updates from your Delphi or download the update 2 from registered users area: http://www.codegear.com/downloads/regusers/delphi
The list of fixes is [...]
DataSnap Server and Win32/.NET client sample available in CodeCentral - Part 1
Probably you are curious to see .NET client connecting in DataSnap Win32 native code Server, this is one of capabilities provided by Delphi Prism.
I updated my example in CodeCentral, where you will see Delphi Win32 client application and ASP.NET application connecting in Delphi Win32 DataSnap Server.
Download here.
This is a DataSnap server screen shot, showing some [...]
Posted by Andreano Lanusse on December 3rd, 2008 under Delphi, English | 7 Comments »Delphi Prism Language - What you can do
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 := from contact in db.GetTable<Contact>() [...]
TIOBE: Delphi is still on the rise
TIOBE Index for November indicates that Delphi is number 8.
Delphi is competing for TIOBE’s "Language of the Year 2008 Award" together with C++ and Python.
Share This | Email this page to a friend
DbxExpress Metadata in Delphi 2009
One of the really cool dbExpress features is the capability to create tables, primary keys and foreign keys through the dbx metadata classes.
The code below, create 2 tables: Country and State, add primary key in both tables and a relationship (foreign key) between the 2 tables, all using dbx metadata. Also I used BlackfishSQL as database, [...]
Delphi Prism - new language features for Delphi .NET developers
Delphi Prism brings a lot of new language features for .NET development, you will see a much more .NET language friendly and more dynamic language, at the same time language features you won’t see in other .NET languages.
This post starts to show some new features on the Delphi Prism language.
You always use procedure and function [...]
Delphi Prism, PDC and Delphi Developer Community
Departing from San Jose to LA for the PDC. Stop by in our Booth #912 to see the first Delphi Prism Preview.See you there.
Share This | Email this page to a friend


