Tag
Delphi components
Top

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…

TMainMenu: Creating Menus in Delphi
In this article we show how it is possible to create the main menu for your Delphi applications using TMainMenu. Let’s analyze how to manipulate and …

Description of low-level FireDac objects in TDataSet
Description of the low-level data recording mechanisms of FireDac components. This article will be useful for programmers developing complex database…

How to get connected to a Database and work with it via ADO and FireDAC
In programming, developers may have different tasks. That's why skills of working with different technologies are an important advantage. In this art…

Component Life Cycle Management and free Notifications Mechanism in Delphi
When creating components, you need to take care of their lifecycle. In this article, we'll use examples of different approaches to component lifecycl…