C++

RAD Studio 10.1 Berlin, REST/JSON and using a fun site: Name2Gender.com

I was thinking about how I would do a gender based analysis of our customer database without surveying our customers. The Embarcadero Community profile does not ask whether you are male or female. At the recent Evans Data Developer Relations Conference, there was a presentation about the number of developers in the world (currently around 19 million going up to 25 million in 2020). Evans Data puts…
Read more
News

CORS on DataSnap REST Server

Cross-origin resource sharing (CORS) is a mechanism that enables resources to be shared across domains. Typically this isn’t allowed to prevent security issues. To enable on your DataSnap REST server you can use the following code per MVPNirav Kakufrom…
C++

Using the REST Debugger will help you prototype your Delphi and C++ REST apps

As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that you can explore REST Services and use it to help prototype the property settings for your app’s REST Client components. We also provide the source code to the REST Debugger and you can build other platform versions (Win64 and OSX) of the…
Read more
NewsWebinar

QuickReport Is Back!

QuickReport is a much-loved reporting solution for RAD Studio with Delphi and C++Builder. It hit a crisis a few years back when the lead developer passed away unexpectedly. Now, with the help of Embarcadero Partner Barnsten, QuickReport is back and ready to work with the…
News

RAD Studio 12.2 Athens Inline Patch 1 Available

October 17, 2024 RAD Studio 12.2 Patch #1 provides quality improvements to the 12.2 release, focused on RAD Studio IDE, FireMonkey, the bcc64x Win64 Modern toolchain, RAD Server, and the 64-bit versions of the Delphi compiler. The patch also fixes a package binary compatibility issue that prevents using packages built in RAD Studio 12.2 in RAD Studio 12.1 and 12.0, mostly affecting third-party…
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with performance enhancements like 64-bit compilers that enable you, the developer, to…
NewsRAD Studio

Focus Mode in RAD Studio 12.2: Just You and Your Code

We have a great productivity feature in Delphi and C++Builder 12.2: focus mode, also known as ‘zen mode’. A few months ago when we released version 12.1, we added split editor views. This was the most radical change in the IDE since the fully docked design in the mid-2000s: that docked design put a single editor with many tabs in the center of the main window, and our introduction of split…
Read more