Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
See What's New in 12.3 Athens
News

Video: Adding InterBase 2017 ToGo to RAD Studio 10.2

InterBase 2017 is now available for installation directly into RAD Studio via GetIt for use in Delphi and C++Builder applications across Windows, macOS, iOS, Android and also for Linux. While a Linux InterBase Server Edition has been available for many years with InterBase, the introduction of the new Delphi Linux compiler in 10.2 Tokyohas ensuredthe addition of Linux as a new platform…
Read more
News

Video: Adding InterBase 2017 ToGo to RAD Studio 10.2

InterBase 2017 is now available for installation directly into RAD Studio via GetIt for use in Delphi and C++Builder applications across Windows, macOS, iOS, Android and also for Linux. While a Linux InterBase Server Edition has been available for many years with InterBase…
News

CAD with C++Builder, episode#0

Author: Seva Leonov Where Last year I had a course in programming with C++. They were 2nd year students, and they already got C# and Python. Then their dean called me and ask: “Look, Seva, I want to get them programming, not writing code. Can you?” That was a…
C++

Save Time With This Quick LiveBindings Trick For Delphi And C++Builder

LiveBindings is a great technology built into Delphi and C++Builder for bypassing most of the code involved in aCRUD data cycle (Create, Read, Update and Delete Cycle). Itcan keep you out of massive amounts of technical debt. However, sometimes the standard LiveBindings method of binding some controls can be overly complex. You can easily simplify your LiveBindings by using an…
Read more
C++

FireDAC & ODBC for Paradox and dBase tables.

I continue to get customer requests for options to migrate legacy RAD Studio, Delphi or C++ Builder applications using the Borland Database Engine (BDE) with Paradox and/or dBase files. With the current versions of RAD Studio…
News

Understanding Automatic Reference Counting - ARC

Automatic Reference Counting is the memory management system used by Strings & Interfaces on all platforms, and all objects on Linux and Mobile. Unlike Garbage Collection, ARC is purely deterministic and keeps the developer in control. Join Delphi Product Manager Marco…
News

May Cool App Winner: Ofertas do Dia

The cool app Winner for May comes from Brazil. It isOfertas do Dia, or “Daily Offers” for us English speakers. This cool mobile app runs on iOS, Android and Windows Desktop. It collects all the daily offers from the bigger brazilian online stores and provides them in a clear easy to use app! So every day you can access everything from various sites just in one touch. You can…
Read more
C++

Visualize JSON using TTreeView

Author: h.mohri I tried a program that reads a JSON file in C++Builder VCL and displays it in TTreeView component. This project file is open to public from github. github.com/mojeld https://www.microsoft.com/store/productid/9PLPHK05PJF7 Place two…
DelphiNews

RAD Studio 12.3 April Patch Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 12.3 Athens.  RAD Studio 12.3 April Patch provides quality improvements to the 12.3 release, focused on the Delphi compiler…

IN THE ARTICLES