Tag
Delphi
Top

Why do you need to migrate your legacy software?
If you are not sure whether it is a good idea to migrate your software to a newer Delphi version, read our article to make the right decision for you…

Pitfalls of Delphi migration and ways to reduce risks
If you need to migrate your app to a newer Delphi version, let’s consider the pitfalls that you can face and the most efficient ways to avoid them.

How to compress files using Delphi native TZipFile class
File compression is one of the most common tasks in applications because it facilitates handling large files such as backups, databases, libraries, l…

How a REST API call works in Delphi
The use of a REST API for mobile or desktop application development in Delphi is very helpful for performing integrations and speeding up the buildin…

Resources in Delphi: How to insert external files in the executable
To generate a small executable, one of the most used practices is to modularize the project into several EXEs, DLLs, BPLs, and keep separate auxiliar…