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

Week of 2nd of December 2019

What’s news for the week of the 2nd of December, 2019 at Embarcadero. PDF Slides This is the first of what I hope to be a semi-regular segment covering what’s new at Embarcadero and in the community. 10.3.3 Rio Released Released on Thursday the 21st of Nov 2019 Key new features Delphi Android 64-bit Support iOS 13 and macOS Catalina Support RAD Server Docker…
Read more
Delphi

Getting Started with Delphi and Linux Docker Support

Over the last few years, it has become more and more common to deploy server-side solutions (and in fact any type of application) to lightweight containers rather than physical machines or virtual machines, as this allows more flexibility (also in terms of testing), a better…
C++

2019 IoT Competition - Using Delphi, C++Builder, & Visuino #IoT2019Competition

The #IoT2019Competition focuses on building a connected project using Delphi or C++Builder and Visuino. Entries must publish the code online (GitHub, BitBucket, Assembla, etc.) along with a short video (YouTube, Vimeo, Lbry, etc.) showing it in action. The project must include a microcontroller board like Arduino, Esp32, M5Stack, Teensy, or even Raspberry Pi, that connects via your chosen method…
Read more
C++

IDE Improvements in RAD Studio 10.3.3

RADStudio, Delphi and C++Builder 10.3.3 were released last Thursday, Nov 21 2019. There are a number of great improvements this release, and in thispost we’ll look at some of the tweaks and changes to the IDE itself. Features Editor tabs show modified…
Delphi

Class Implementing Two Interfaces with Duplicate Method Names

Delphionly supports single inheritance. A Delphi class can only descend from a single parent class, but a Delphi class can implement multiple interfaces. type TAthlete = class(THuman, IWalker, IJumper) The TAthlete descends from the THuman parent class (which presumably descends from TInterfacedObject) and it implements both the IWalker and IJumper interfaces.What ifboth…
Read more
News

InterBase Temporary Tables

InterBase Temporary Tables This last week, InterBase 2020 has been released bringing the awesome Tablespaces feature into play. This new feature enables splitting the database into groups of tables (a Tablespace) that can then be put onto different physical disks (to aid…
Delphi

Delphi Android 64-bit Support in RAD Studio 10.3.3

In this post, we’ll show you the main features of the just released RAD Studio 10.3.3 the Delphi language support for the Android 64-bit platform. Android 64-bit Delphi Support Platform support is provided by a new Delphi compiler for the Android 64-bit platform, which, like the Android 32-bit counterpart, is based on the LLVM compiler infrastructure (and the iOS compilers). This compiler…
Read more
C++DelphiNewsRAD Studio

2024 Embarcadero Product Releases Roundup & Industry Trends

As 2024 comes to a close, I’d like to take a moment to reflect on some of our Embarcadero product releases in 2024, industry trends, and thank you, our customers, for your continued support of our…

IN THE ARTICLES