News

Sample Code For Integrating Business Analytics Powered by Yellowfin Inside Delphi Applications

If you develop applications that collect data, then it’s a pretty sure bet that the users of your application have reports that interpret that data. While there are many reporting options for Delphi/C++Builder/RAD Studio developers that allow standard reporting through adding components to your application, this can still leave much work for the developer, which can take a considerable…
Read more
C++DelphiRAD Studio

Easy Serialization From Query To JSON

This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO SQL databases. For now, it is compatible with Win32 and Win64 and from Delphi XE3 to Rio according to the official GitHub…
Read more
DelphiNews

Embarcadero Open Source Project Sponsorship

Open source is a very important part of software development. As a creator of developer tools that makes open source important to us too. There is a huge variety of open source projects created with Delphi and C++Builder, both for the benefit of our developer community, and beyond. A few examples of popular Delphi powered open source projects: HeidiSQL is an incredibly popularclient…
Read more
C++

Version control: Get started with Git, remote repositories and RAD Studio XE8

Author: Luis Navarro In one of the latest surveys among RAD Studio developers, we realized that there is still a significant part of the community that doesn’t use any version control system, a surprising 32%. There are many reasons to use a version control system, no matter if you’re a single developer working in a small project or if you’re a large team working in a big one. So, if…
Read more