We are starting something new, and I’m pretty excited about it. This is the first in a series of regular live streams discussing the latest in open source projects. Both projects sponsored by Embarcadero and key projects in the community. I will be the the host, and I’ll be joined by members of the community, developers involved in these open source projects, as well as members of…
Top 10 Webinars: C++ And C++Builder
May 15, 2022
IF C++ and C++Builder are part of your development repertoire (and even if they aren’t), we invite you to enjoy our top 10 webinars around both, plus a bonus video with a rather influential figure in the history of C++ (scroll to the bottom to find out who it…
Enter the Skia4Delphi GUI Beauty Contest
May 10, 2022
TL;DR: Make a cool demo using Skia4Delphi and Delphi 11.1 Alexandria, post it on GitHub, be the envy of all your friends, and maybe win a prize!
We all know Delphi is the best tool when it comes to making amazing GUI applications. Use Skia4Delphi to take it to the next…
Top 10 Webinars: Integrations
May 1, 2022
Delphi, C++Builder and RAD Studio integrate with Python through VCL and FMX libraries to enable Python users to build GUIs for Windows and cross-platform applications. The IDEs also integrate with AWS and Azure for cloud services.
Here are our best webinars on integrations:
1. Introduction to Python GUI Development with Delphi for Python – Part 1…
Blaise Pascal Magazine is a go-to resource for in-depth coverage, news and tips around Object Pascal. The publication also covers other technologies like JavaScript, WebAssembly, Pas2Js, databases, and progressive web…
RAD Studio 11.1 Alexandria Patch 1 Available
April 27, 2022
Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 11.1 Alexandria. The patch addresses a few relevant issues in the most recent release and is available to active update subscription customers in the GetIt Package Manager (with a matching alert…
What do Google Chrome, Mozilla Firefox, Chrome OS, Android, Flutter, and Delphi all have in common? They have accelerated graphics thanks to Skia. This high-performance, cross-platform 2D graphics library is taking the development world by storm. It works with VCL and FireMonkey on every platform Delphi supports. One line of code can make your existing FireMonkey applications faster, or take it…
Embarcadero Tech Partner Launches InstallAware X15 With Context Menu Bridge for Windows 11
April 26, 2022
InstallAware Software, Embarcadero Technology Partner and a market leader in software installation, repackaging, and virtualization solutions for application builders and enterprises, has announced the launch of InstallAware X15. Included is the stand out feature “Context…
Embarcadero InterBase 2020 Update 3 Released!
April 20, 2022
I’m delighted to announce that today Embarcadero has released a new version of its InterBase flagship database engine, InterBase 2020 Update 3. With this release, the company continues to improve the product’s quality and usability.
UX Enhancements
The most visible…
RAD Studio 11 saw the introduction of the TRESTRequestDataSetAdapter, a component that can read data from a TDataSet and convert it to JSON ready to send back to a remote RESTful API. Before I talk more about how to use it, I want to recap how REST URL/APIs work.
REST APIs and VERBS
REST APIs are typically created to use the different HTML verbs (POST, GET, PUT, PATCH, and DELETE) to define the…