Graphics32is a graphics library for Delphi. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphics primitives. In most cases,Graphics32considerably outperforms the standard TBitmap/TCanvas methods.
However, they are rewritten to accelerate and optimize drawing on 32-bit device-independent bitmaps (DIBs). It also includes a few new…
This sample demonstrates how to use the filter feature ofTFDQuery.
To this end, the sample implements different preset filters. Moreover, you can edit your own filtering condition andapply the filter to a datasetin order to search for specific…
Build Powerful Master-Detail Relationships With Centralized Cached Updates In Delphi
January 7, 2021
First, theCentralizedCachedUpdatessample sets up range-basedmaster-detail relationshipsbetween datasets using twoTFDQueryobjects. Then, the sample shows you how to use aTFDSchemaAdapterobject to enable theCentralized…
OpenCV is a cross-platform library that can be utilized to develop real-time computer vision applications. It principally concentrates on image processing, video capturing, and analysis.
The best part is there is the Delphi-OpenCV library for Delphi developers. Delphi-OpenCV is a translation of OpenCV library header files in Delphi.
You can find all the required libraries for this library…
WmHelp XMLPad is a powerful native Windows XML editor and it is built in Delphi. It has a huge number of features including a powerful XML, XSD and DTD editor with color syntax highlighting, line numbers, element range navigation, and context-dependent source assistant…
Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project
December 30, 2020
The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This library was…
Turbo Charge Your Delphi Windows App Development With The TurboPack Essentials VCL Controls
December 17, 2020
TurboPack Essentials offers 13 different easy-to-use VCL controls to use in your Delphi and C++ Builder Windows Applications. It’s fast and easy to install using the GetIt Package Manager! You can find out more about TurboPack Essentials on the web.
Step 1. Open the GetIt Package Manager:
Step 2. Enter “Essentials” in the search box:
Step 3. Press the install button, GetIT…
OmniThreadLibrary is a Delphi multithreading library that greatly simplifies multithreading programming for Windows/VCL users. RAD Studio also has it’s own parallel programming library built in called TTask.
You can get the amazing multithreading OmniThreadLibrary…
DevExpress VCL Subscription v20.2 Beta 1
December 3, 2020
As you may already know, DevExpress just released the first beta for their next major VCL update – v20.2. The official release is slated for the end of November. If you own an active VCL Subscription, you can download Beta 1 directly from their website.
They…
Manage Your Collection Of Pages Easily With TCardPanel Component For Your Delphi VCL Application
December 2, 2020
We know TPanel Control has methods to help manage the placement of child controls embedded in the panel. You can also use panels to group controls together, similar to the way you can use a group box. How about having a collection of cards or pages which help to manage the child controls and display only one of them at a time similar to a TabControl? Yes, Delphi provides an excellent VCL…