News

New in 12.3: Scripts for Migration from InterBase Express to FireDAC

Today the primary focus for RAD Studio database access is on the FireDAC universal database access library. Given in the past Delphi and C++Builder also included other database engines, and they still include a few alternative options, Embarcadero has been creating scripts and helper units to simplify the migration from other database access libraries to FireDAC. The ReFind Tool The tool we use…
Read more
News

The Android SDK Manager GUI

As mentioned in the RAD Studio 12.3 announcement blog post, alongside the upgrade of Android tooling to support API level 35, we are releasing a brand new visual tool to help you manage the Android SDK installation. The tool is called Android SDK Manager and it’s available…
IDENews

AI-Powered Smart CodeInsight in RAD Studio 12.3

Embarcadero introduced its first integrated AI solution in the RAD Studio IDE in version 12.2. The technology, called Smart CodeInsight, offers the ability to interact with different LLM engines, some online and one offline, but also to install drivers for other AI engines thanks to a specific OpenToools API interface. The available engines are: OpenAI Ollama (offline) Gemini Claude There are…
Read more
News

InterBase ADO.NET Driver Version 10.0.2

Embarcadero has just released version 10.0.2 of the InterBase ADO.NET driver and its related Entity Framework support. This release updates the primary driver and the EFCore support up to the 10.x version of the equivalent Firebird driver, including: Primary driver supports for Async calls Primary driver improved treatment of ISC_DOUBLE as type double in .NET. Better EFCore 6.0 support Notice…
Read more
News

RAD Studio 12.2 Athens Patch 2 Available

This patch for RAD Studio 12.2 addresses two issues in C++Builder and provides missing MacOS RTL Delphi source files. This patch is about 30MB to download. This patch is delivered using the patch installer and should be applied exclusively to RAD Studio 12.2 Patch 1 (build…
News

RAD Studio 12.2 Athens Inline Patch 1 Available

October 17, 2024 RAD Studio 12.2 Patch #1 provides quality improvements to the 12.2 release, focused on RAD Studio IDE, FireMonkey, the bcc64x Win64 Modern toolchain, RAD Server, and the 64-bit versions of the Delphi compiler. The patch also fixes a package binary…
DelphiNewsRAD Studio

Faster Delphi RTL with Parallel Arrays and Ordered Dictionaries

While the most relevant new features were in other product areas, there are a few enhancements in the Delphi Run Time Library (o RTL) that we thing is worth pointing out. New TParallelArray Class There is a new TParallelArray class in the System.Threading unit that enables running operations like &For and Sort in parallel on Array items. On multi core systems, this can speed them up…
Read more