News

Embarcadero Releases AppAnalytics Server Source Code

What is AppAnalytics? A few years ago, Embarcadero introduced the AppAnalytics technology, a simple and effective way to add in-app analytics to VCL and FMX applications using ready-to-use components and a paid SaaS offering for the AppAnalytics backend. Since introducing the service, the feedback from customers has been that they would prefer to host their own service, so we retired the paid SaaS…
Read more
News

RAD Studio 10.2.3 Delphi CodeInsight (and iOS 11.3) Patch

We were able to investigate some very specific CodeInsight bugs (with reproducible cases) over the last few months, and we were able to work on several fixes to the Code Completion and other areas. One critical case involved a developer overloading a generic method. While…
C++

RAD Studio 10.2.3 Webinar Replay

On April 5th,the RAD Studio Product Management teamhosted a deep dive webinar onRAD Studio 10.2.3. In this webinar replay, you will learn about the new C++ enhancements including rename refactoring and CMake capabilities in C++Builder, mobile development support in Professional editions, new FireMonkey UI templates, support for ExtJS in RAD Server and more.This recording…
Read more
News

Two Small RAD Studio 10.2.3 Patches

Embarcadero has released a couple of small and focused patches for the recent RAD Studio, Delphi, and C++Builder 10.2.3 update. The first is an Android Push Notification Patch available ashttps://cc.embarcadero.com/item/30831.This patch resolves an issue with…
News

Database and FireDAC Enhancements in RAD Studio 10.2.3

I already blogged about RAD Server changes and RTL fixes in the Delphi, C++ Builder and RAD Studio 10.2.3 update. Another area that has received attention is the database support in general, and FireDAC in particular. Below is a list with some of the most notable improvements, with the Quality Portal entry, if available. FireDAC Improvements FireDAC work was mostly focused at better handling of…
Read more
C++

Announcing the Release of RAD Studio 10.2.3

Key RAD Studio 10.2.3 Features: CMake Command-Line Support: CMake is a popular C++ build tool. RAD Studio 10.2.3 Tokyo provides support for building CMake projects on the command line using RAD Studio compilers. 10.2.3 also specifically supports using Ninja with…
C++

Exciting RAD Studio Developments in 2018

We have many exciting new features and product enhancements planned for Delphi, C++Builder and RAD Studio in 2018. In our September 2017 roadmap, we covered many of the new plans and features planned for 2017 and 2018. We are pleased to share details for Release 3 of…
News

DataSet Mapping to JSON for JavaScript client support in RAD Studio 10.2.2

RAD Studio has offered support for JSON in different ways and for a long time. From the JSON system unit (originally part of the DBX space) to the old DataSnap table mapping (also via DBX) and to FireDAC tables to JSON mapping, there are many ways to interact with JSON data structures. However, until the most recent release, we lacked a way to map a dataset to a custom JSON structure — the…
Read more