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

Sencha aquired by Embarcadero (Idera)

Author: Pawe Gowacki It was in the bus on Monday, on the last day of my summer vacation. Catching up with news on my phone that was switched off for the last two weeks. A thrilling news! IDERA acquires web application development provider Sencha Probably in the short term…
Delphi

Container Accordion on Delphi FMX

Author: Landerson Gomes Watch this video tutorial on how to create a retractable container using Delphi Firemonkey. (In Portuguese) Subscribe to the channel:https://www.youtube.com/landersongomes6 Follow my personal blog with various tips from Delphi, Android and Delphi community events in Brazil:http://landersongomes.com.br/ See you next time! …
Read more
Delphi

Why I choose Delphi

Author: Jens Fudge Why do I use Delphi I have been using Delphi since the first version came out back in 1995. My first encounter with Delphi was with Cary Jensen doing a presentation in Copenhagen. I was a student at the time, and didn’t really have the money to…
C++

Try condition_variable using C++Builder(C++11).

Author: h.mohri std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried the wait() function in std::condition_variable.This is combined withstd::unique_lock<std::mutex>. I…
News

Embed the Chromium browser in your Delphi projects using DCEF3

Author: Craig Chapman In this video, I demonstrate installing the DCEF3 project into Delphi/RAD 10.2 Tokyo to provide the embedded Chromium browser to your VCL and Windows FMX projects. Since the chromium browser is used by default on Mobile targets, this allows your windows applications to use a compatible browser to the one used on other targets. Best viewed fullscreen…
Read more
News

CAD with C++Builder, episode#1

Author: Seva Leonov Learning tasks and motivation When teaching programming skills, especially with C++, one of the main issue is the selection of right examples and tasks. C++ is not that easy both in syntax, and concepts, and sostudents are demotivated just by the…
Delphi

Easy Add Custom Component Icons in Delphi

Author: Pawe Gowacki I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular bitmap of a specific size and color depth and then use Image Editor. This is documented in many places…
News

"Serverless Architectures on AWS" summer reading

Author: Pawe Gowacki Summer is a great time to catch up with books that you have on your shelf, but do not have time to read. Obviously I would suggest starting from my recently released “Expert Delphi”, but there are plenty of other interesting books to look at. I have recently bought printed (!) version of “Serverless Architectures on AWS” book by Peter…
Read more