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

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