Bob Swart
Registration will be open until Friday Sept 9th, 18:00 GMT+1 (or until we’re full) for my Dutch Delphi XE2 seminar in Helmond Brandevoort, The Netherlands – see http://event.bobswart.nl for the agenda. Attendees will also get… … Read more
13 years ago in Delphi0
Dave
Welcome! This is the first article on my new blog, and it examines XE2. I’ll dig right in: First impressions XE2 uses the same installer as previous versions, and has a fairly simple setup process. … … Read more
13 years ago in C++, Delphi, starter, XE20
Bob Swart
Delphi XE2 introduces unit scope names, which means that a unit name gets a prefix in the RTL, VCL and FMX libraries. Since it’s not always immediately obvious which of the 31 Delphi XE2 unit… … Read more
13 years ago in Delphi0
Unknown
The wait is over. If you have bought XE with Software Assurance, your SA Upgrade notice will be arriving shortly. If you want to try it out NOW, you can already download the 30-day trial… … Read more
13 years ago in Delphi, Embarcadero, RAD Studio, XE20
Bob Swart
Although not officially announced by Embarcadero, yet (unless I’ve missed something), the 30-day trial editions of Delphi XE2 Architect and RAD Studio XE2 Architect are now available for download. As soon as these products are… … Read more
13 years ago in Delphi0
Unknown
Published with permission from Embarcadero.When you start out a new simplistic GUI project in VCL or FireMonkey (FMX) in XE2, you will notice a few differences from older Delphi versions. XE2 introduce consistent use of… … Read more
13 years ago in Delphi, FireMonkey, FMX, vcl, XE20
Unknown
Published with permission from Embarcadero.The Embarcadero RAD Studio XE2 World Tour is upon us. The features are shiny! The reviews will be rave! As a Delphi developer, your favorite toolbox is about to get a… … Read more
13 years ago in cross-platform, Delphi, FireMonkey, XE20
Unknown
They say Generics and pointers don’t mix. type PMyThing<T> = ^TMyThing<T> // [DCC Error] E2508 type parameters not allowed on this type TMyThing<T> = record Thing: T; end;Ok, they don’t. But there is a loophole!type… … Read more
13 years ago in Delphi, generics, pointers0