JSON with RadStudio Delphi or C++ Builder

JSON with RadStudio Delphi or C++ Builder An introduction to JSON and using it within RadStudio Delphi or C++ Builder. What is JSON? JSON (JavaScript Object Notation) is a popular format for the encapsulation of structured data. If you’re familiar with XML, you can consider JSON as doing the same job fundamentally, though the two are … Read more

Use RadStudio with Jenkins – no plugin

Use RadStudio with Jenkins – no plugin How to create a job for Jenkins Build Server which will build and execute a unit test application written using Delphi, and without using any Jenkins plugin. This should work with minimal alteration for C++ Builder too. Pre-requisits You should already have installed Embarcadero Delphi XE2 or newer … Read more

Databases at Runtime with RadStudio

Databases at Runtime with RadStudio It can be advantageous to learn how to connect to a database through code alone for certain scenarios, server-side code for example, where a UI is not required. It’s also useful for separating your code (and therefore logic) from the UI, which is often a beneficial design practice. Before we … Read more