Delphi UniGUI PagedGrid with summaryUniGUI allows you to split the dataset into pages, for this you need to enable WebOptions -> Paged := true in the grid propertiesFeb 26Feb 26
Delphi UniGUI Grid with SummaryWe’ll see how to make a grid with a Summary line at the end. And it’s very easy to do, like everything in UniGUI. It looks like thisFeb 26Feb 26
Delphi UniGUI ActionColumnThe action column helps to bring actions with a grid row directly into the grid itself, it looks like thisFeb 26Feb 26
Delphi Control Development TipsWhether a custom control is displayed in the IDE Palette depends on whether the base class of the custom control is related to the VCL or…Nov 8, 2024Nov 8, 2024
Delphi 10.4 — Linux Development Environment Setup GuideInstall a Linux virtual machine, such as Ubuntu 16.04 or what you wantNov 8, 2024Nov 8, 2024
Understanding common SQL Injection attacks and protection methodsSQL Injection (SQLi) is one of the most common attacks on web applications used to gain unauthorized access to databases. This attack can…Jun 7, 2024Jun 7, 2024
Steps in SQL Query OptimizationGenerally speaking, SQL optimization aims to minimize the number of steps — “database touches” — that a query involves, thereby reducing…Jun 7, 2024Jun 7, 2024
What are dependencies?In programming, “dependency” represents the relationship between different components in a software system. It is considered that when one…Dec 29, 2023Dec 29, 2023
Delphi Component for OpenWeatherMap APIThe code provided is a Delphi unit named OpenWeatherMap that defines a component TOpenWeatherMap for interacting with the OpenWeatherMap…Dec 14, 20231Dec 14, 20231
About my MyEncryptionLibrary for DelphiIn this post, I will guide you through the process of creating your own encryption and decryption library using some of your own…May 31, 2023May 31, 2023