Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
Delphi

New Styles from DelphiStyles.com

DelphiStyles.com sells custom style packs for VCL Windows and FireMonkey multi-device applications. They just released and updated several greatcustom themes for FireMonkey. Shown: FMX Profile Screen GUI template(available in GetIt > SampleProjects)with the custom Calypso iOS style applied, available on DelphiStyles.com Shown: FMXSettings Project…
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

New in 10.2.3: FireMonkey UI Templates - Profile Screens

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 applications. This blog post focuses on the three new profile screen GUI templates, available for download in GetIt (Tools…
Read more
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…
News

Four Humble Ideas for Embarcadero

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 —…
News

C++ Builder 10.2.3 - CMake and Ninja Command-Line Support

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…
News

darkUnicode codec for Delphi

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 of RTL functions to do the same), and I’ve used it previously to create my own unicode text buffer and stream…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES