Hello Embarcadero Developer Community!
As you all may know, we made a business decision to “end of life” our Upgrade SKU’s on March 31st in an effort to simplify the purchasing process. The demand to extend this was frankly unexpectedly…
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…
Delphi and RAD Studio 10.2.3 include 18 new FireMonkey UI templates, designed to highlight FMX’s multi-device capabilities, showcase best practices, and help new users get started quicker. They showcase UI paradigms that mobile application developers need in today’s…
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…
Author: NickHodges
I hereby humbly offer the following four suggestions to improve the Delphi product and community.
Acquire the Assets of DevJet
Have you guys seen the stuff done by DevJet? This is some seriously excellent work. They have two main projects —…
Introduction
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 CMake, allowing for very fast parallel builds.
This…
If you’re a parent like I am, you understand the feeling of comfort in knowing where your children are at all times and that they are safe. Modern smartphone technologies have provided parents and others to track the whereabouts of loved ones, but our Cool App for…
Author: Craig Chapman
Another library to drop out of my Dark Glass development project today is my unicode codec (now named darkUnicode).
https://github.com/chapmanworld/darkUnicode
This simple class can be used to encode and decode unicode code-points by hand (independent…