C++

Convert CSV file to TFDMemTable format JSON file.

Author: h.mohri Convert fromCSVfile to “JSONfile” of “TFDMemTable format”. This program usesC++Builder 10.2 Tokyo Release 1. include #include <iostream> #include <fstream> #include <string> #include <codecvt> #include <FireDAC.Comp.Client.hpp> #include <FireDAC.Stan.StorageJSON.hpp> #include…
Read more
News

Using Delphi Parse API with Any Parse Server Hosting

The Parse web site (owned by Facebook) was retired earlier this year. This was a fairly popular BaaS (backend as a service) provider for mobile applications, but something you could use also from desktop apps. Delphi (and also C++Builder, btw) has included ready-to-use…
News

RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment

We released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related to AdHoc deployment for iOS. The fix available for download is at: https://cc.embarcadero.com/item/30797 The fix (a single file to install) adds support for building iOS Ad Hoc Applications with RAD Studio 10.2.1 and Xcode 8.2, 8.3.2, or 8.3.3. Before…
Read more
News

New in RAD Studio 10.2.1: Debugger Quality

In RAD Studio 10.2Release 1 (or 10.2.1) we’ve made a number of improvements in the debugger. Windows debugging: general quality Do you debug multithreaded applications? You might have noticed that wait chain traversal, showing which threads were blocked on…
News

Why I Keep Choosing Delphi

Early on I learned Turbo Pascal, which was a huge step up from the Basic and Batch Fileprogramming I cut mywhitening on. When Delphi came along I thought it was brilliant and fell in love immediately. I had no interest in learning other programming languages or…
News

New in RAD Studio 10.2.1: CodeGuard for Windows 8 and 10

CodeGuard is a tool for runtime error checking in a C++ application, and catches memory leaks, invalid handles, invalid memory use (such as writing past the end of a buffer), pointer validation, accessing freed memory and resources, and more. If you’ve never used it, check out the list ofruntime errors it will find, andpotential memory access problems it will warn…
Read more
News

Delphi Tokyo Release 1 or 10.2.1 is Now Available

You can read more about the release and its rationale in the PM article published in the community: https://community.embarcadero.com/article/16556-rad-studio-10-2-1-released-today For the actual release information docWiki page, including how to obtain the…
News

Changing a FireMonkey style at runtime

There is a great post by Sarina Adding a style selector to your applicationshowing how to have a FMX application with multiple style books, and a combo box listing the styles. When the app is running, a user can select one of the style in the combo box and the…
News

Targeting Chrome OS with Delphi via Android and Linux

Google’s Chrome OS is based on their Chrome Browser and runs on Chromebooks, which are hybrids of a tablet and a laptop. They are designed with the assumption that the majority of what we do nowadays is done through the browser. Google announced a while ago that they would begin adding support for the Google Play Store to Chrome OS, allowing you to run Android apps on a Chromebook. The…
Read more