C++

2019 #CodingResolutions: Your First Windows App (In C++ or Delphi)

Author: Rebekah D Skipping Past “Hello, World!” Ready to create your first app? Most introduction to programming classes will start with the quintessential “Hello World!” program that outputs that greeting phrase to the console and it looks like this: While generations of programmers have gotten a thrill from seeing these words, that’s not a very exciting program, is it?
Read more
News

January 2019 GetIt Package Manager Report

New and Updated in December 2018 This is the first GetIt Package Manager report for 2019,where we look back onDecember 2018. The GetIt Package Manager continues to see new and updated packages supporting the new 10.3 Rio release. More and more of our amazing…
News

So you have decided to modernize your Delphi app...

Author: olgapetrova So you have decided to modernize your Delphi app by adding a web frontend to it, that will address several outstanding issues: You will be able to update the UI to a new modern look and feel. I like Google’s new Material Design, it gives apps a new, modern interface based on current design best practices, but easily customized and adapted to meet user demands. You will be…
Read more
News

New RAD Server Features in RAD Studio 10.3

The version of RAD Server that ships with RAD Studio 10.3 offers a very significant set of enhancements, mostly focused on how a resource (and have a URL) is mapped to classes and methods on the server. While the key idea of having classes (or data modules) that implement…
News

The December 2018 GetIt Package Manager Report

A lot happened for the GetIt Package Manager in November.With the new release of RAD Studio 10.3 Rio the GetIt Package Manager received an overhaul, including a facelift. And with a new release we found a lot ofpackages updated with more updates coming!Want your Package, Library, Trial, or Open Source Project in GetIt? Justfill out this form. New and Updated in November…
Read more
Delphi

Application Architecture Modernization with Delphi 10.3

Delphi is used to build some of the most powerful client-server applications in the world. From Defense to Healthcare, Delphi has been a reliable choice, especially when customers required high-performance Windows clients. The early 2000s saw a massive focus on homogeneous…
News

Delphi RTL Improvements in 10.3 Rio

While working on 10.2 updates, we started delving into some performance issues of the Delphi RTL, that were effecting other libraries like JSON processing, streaming, string processing, DataSnap and RAD Server web services, and more. In many cases, addressing these issues…
News

New in RAD Studio 10.3: High DPI Image List for Windows

RAD Studio 10.3 includes a lot of work on the VCL, our native Windows UI library. In this release, we’ve focused heavily on extensive high DPI support. You can read Marco’s blog about the perMonitorV2 support in the VCL, and this means with 10.3 you can have any VCL application scale and render well on scaled or high DPI screens. One key component of high DPI is scaling graphic resources, when…
Read more