A month ago, we announced that an Enterprise Connector (CData FireDAC Professional) 1 year subscription license (a $999 value) is now included as part of 10.3 Delphi, C++Builder and RAD Studio Enterprise and Architect edition purchases.
Key Enterprise Connector benefits include:
Move, integrate, and analyze data with ease utilizing our FireDAC Enterprise Connectors. These unparalleled…
Class Implementing Two Interfaces with Duplicate Method Names
November 26, 2019
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…
New in RAD Studio 10.3.3: iOS 13 and macOS Catalina support
November 26, 2019
macOS Catalina (Delphi) support
Back in July when we introduced 10.3.2, we added macOS 64-bit support to Delphi. We’ve expanded that support in 10.3.3 to include macOS Catalina. macOS Catalina is the first version of macOS that requires all apps to be 64-bit…
InterBase Temporary Tables
November 25, 2019
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 performance) but also enables partial backup of a database. I plan to cover this new feature, and some useful ideas about how…
Delphi Android 64-bit Support in RAD Studio 10.3.3
November 22, 2019
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…
RAD Studio 10.3.3 Now Available, Learn More
November 21, 2019
We are very excited to announce the release of Delphi, C++Builder and RAD Studio 10.3.3.
10.3 Rio Release 3 builds on the feature set of 10.3, 10.3.1 and 10.3.2 by adding new capabilities throughout the product. Delphi 10.3.3, C++Builder 10.3.3 and RAD Studio 10.3.3 are now…
Atanas Popov (General Manager of Embarcadero) and Marco Cantu (RAD Studio Product Manager at Embarcadero) have had a conversation about the role of VCL for Windows client development. This is an un-edited transcript of the recording of the chat.
Atanas: Hi Marco, I wanted to take this opportunity to ask you a couple of questions about VCL. As the interest in upgrading to Windows 10 grows and…
InterBase 2020 Released by Embarcadero
November 14, 2019
Today, Embarcadero is announcing the release of a new version of its InterBase Relational Database Management System (RDBMS), called InterBase 2020.InterBase is a powerful, zero-administration, small-footprint database engine that can power your server and even run on…
FireMonkey & Multi-Device Design - CodeRage Series
November 11, 2019
This week for CodeRage 2019 we have a lot of great content for our FireMonkey Multi-Device Design series! One of the goals with changing the format this year was to get more people involved who didn’t have the time to create a full 45-minute video. Now I know from…
Cool Apps Get Even Cooler!
November 4, 2019
Everyone always talks about those other cool apps that are developed with Delphi or C++Builder. Sometimes it is publicly announced, other times companies want to keep it a secret weapon.As our community of developers continue to grow there is more and more value in the inspiration these sorts of stories provide.Understandably, all of you are busy and making a public disclosuremay…