Embarcadero has just released version 7.13.6 of the InterBase ADO.NET driver and its related Entity Framework support.
This release is focused on EFCore (Entity Framework Core) scaffolding support.
The primary driver has a few bug fixes mainly around the situation when you are making a connection requesting dialect 3 or with no dialect included (which defaults to 3) but the database itself is a…
The New VCL ControlList Multiple Selection in Delphi 11.3
March 13, 2023
There is a small new features in the VCL library in the recently released Delphi 11.3, the option to enable multiple selection in the ControlList component of the VCL library.
What is a ControlList?
The ControlList component was introduced to the VCL a few years back to…
Announcing the Availability of RAD Studio 11.3 Alexandria
February 27, 2023
Embarcadero is pleased to announce the release of RAD Studio 11 Alexandria Release 3, also known as RAD Studio 11.3, along with Delphi 11.3 and C++Builder 11.3. This release is focused on quality and improvements, building on the great new features in RAD Studio 11…
Delphi 28th Anniversary
February 14, 2023
Delphi was introduce to the world exactly 28 years ago today in San Francisco. While it keeps adding new features and capabilities, Delphi offers an unparalleled degree of compatibility with code written so many years ago.
(Delphi 28 rendered with a gradient on a D2D canvas in a VCL application)
Today is another Delphi anniversary, given it was first introduced at the SD West Conference in…
As you might know if you have been following our blogs and announcements, Embarcadero is working on a new update to RAD Studio Alexandria. A beta test program of the new version, codenamed “Malawi”, is currently ongoing. This coming update release is primarily focused on…
A Summary of Year 2022 for RAD Studio (and Delphi)
January 30, 2023
What happened in 2022 for RAD Studio, Delphi and C++ Builder? Here are a few highlights — and also a quick look at what’s coming soon
February 2022
Delphi 27th Anniversary, along with the release of an Innovation Timeline Infographic and a Delphi WinUI 3…
Some Suggestions to Help the Delphi Compiler
December 23, 2022
Offering some tips and suggestions you can consider to help the compiler be faster and consume less memory using the current version of Delphi.
Over the last couple of years, Embarcadero has put a significant effort into optimizing the Delphi Object Pascal compilers’ performance and reducing its memory usage, so that our customers with large applications can have a better experience…
Embarcadero is currently working on a new release of RAD Studio 11 Alexandria, which is focused on significant improvements in quality and performance across many subsystems. We recently sent RAD Studio Premium Update Subscription customers a special email invite to join the…
Embarcadero InterBase 2020 Update 4 Released!
December 1, 2022
We are happy to announce that today Embarcadero has released a new version of its InterBase flagship database engine, InterBase 2020 Update 4. With this release, the company continues to improve the product’s quality and usability.
General and Quality Improvements
This…
Delphi With Statements and Local Variables
November 30, 2022
I was recently discussing against the use of the with statement in Delphi with a customer and I realized that local variables offer a very good way to get rid of with statements
As any Delphi developer knows, the with statements have been long in the Object Pascal language since the early Pascal days, but they have also been considered harmful by many, myself included. To explain once more…