DelphiShowcase

FL Studio Is A Massively Popular Digital Audio Workstation Software Built In Delphi

Image-Line Software is the Belgian based creator of FL Studio, one of the most popular Digital Audio Workstations (DAWs) available on the market for creating music. FL Studio is installed more than 30,000 times per day (more than 10 million installations a year) by users in more than 200 countries, including power users such as Martin Garrix, Afrojack, and Mike Oldfield. “Delphi is very…
Read more
DelphiNews

RAD Studio with Delphi - The Original Low Code!

These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has largely remained flat, and growth is estimated to be under 5% at best, largely driven by the wide proliferation of open…
Read more
C++CodeDatabaseDelphi

3 Libraries for improving Existing Applications built with Delphi

One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to summarise 3 favorites by focusing on the libraries in RAD Studio. If you are new to RAD Studio, then I would also recommend reading these, as they are very easy to implement and provide quick…
Read more
DelphiRAD Studio

Setting up the IDE for your First Android App

I’ve recently had an increase in the number of customers asking about getting started with Android programming with Delphi, so I thought it was a good time to refresh how to check your IDE is set up, how to enable developer mode on an Android phone, and how to quickly…
C++CodeDelphi

Benchmarking Memory Managers BigBrain 2020 vs. FastMM5

Looking to upgrade the memory manager in Embarcadero Dev C++ I investigated a number of memory manages including FastMM4-AVX. The second memory manager I looked at is called BigBrain 2020 and it looks to have significant performance improvements in some areas. There is a comprehensive blog post by the creator of BigBrain 2020 which compares performance between BigBrain 2020 and FastMM5 (and TC…
Read more