DelphiNews

Software Testing Fundamentals & a Must-Have Book

Software testing is one of the pillars of the software development life cycle, or SDLC (Plan – Design – Implement – Test – Deploy – Maintain). The goal behind the SDLC is to help developers build software cost-efficiently and minimize the related risks while ensuring the shipped product meets the expectations of its end users. The Parts and Types of Software…
Read more
CodeDelphiNews

Calculating Pi in Delphi for Pi Day 2023

Update: I revisited the calculation of Pi with even more digits. In the United States today, March 14th is  π day (3rd month, 14th day, or 3/14). Traditions involve eating pie, the pastry, and calculating Pi, the irrational mathematical constant. Animation of the…
News

The New VCL ControlList Multiple Selection in Delphi 11.3

There is a small new features in the VCL library in the recently released Delphi 11.3, the option to enable multiple selection in the ControlList component of the VCL library. What is a ControlList? The ControlList component was introduced to the VCL a few years back to allow managing extremely large lists in a totally virtual way. A control list, in fact, has a panel with a structure that is…
Read more
IDENews

Streamlining RAD Studio Upgrades with GetIt

This guide covers streamlining GetIt packages during and upgrade and installation for a smoother upgrade experience. When upgrading between major versions, the Settings Migration Tool simplifies keeping your settings. It is also great for migrating a subset of your settings between alternative registry keys. When upgrading minor versions, your registry settings are automatically persisted…
Read more
C++DelphiNewsRAD Studio

Every New And Enhanced RAD Studio Feature Since 11 Alexandria - The (Very Long) Complete List

Note: The list of features includes the newly-released RAD Studio 11.3 Alexandria. RAD Studio 11 Alexandria was a landmark release in many respects. From the support for High-dpi 4k screens to VCL styles visibility at design time and more powerful compilers targeting the latest platform versions, RAD Studio 11 set a new benchmark for what could be achieved with the world’s first and single…
Read more