CodeDatabaseDelphiRAD Studio

Learn How To Customize The ListView Detail Text In A List Item With Delphi

The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time. When you run the application, it shows a list view. Each list item shows a detail text under its main label. Tap theSet Propertiesbutton to change the appearance of the list view at run…
Read more
CodeDelphiRAD Studio

High-Performance FastMath Library For Math-Intensive Applications On iOS, macOS, Android, And Windows

FastMath is a Delphi math library created by Erik van Bilsen, Co-Founder and Software Developer at Grijjy, Inc. It is optimized for speed, but that speed is sometimes at the expense of accuracy due to insufficient error checking. According to the library, it achieves good performance by using hand-optimized assembly code. One way it differs from what is built into the Delphi RTL is that accuracy…
Read more
CodeDelphiRAD Studio

Easily Generate QR Code Images From Text On Windows In Delphi

If you need to include the generation of QR barcode images in your Delphi application, you might want to take a look at open source “DelphiZXingQRCode” – a Delphi port of the QR Code functionality in ZXing, an open source barcode image processing library. DelphiZXingQRCode is a Delphi port of the QR Code functionality in ZXing, an open source barcode image processing library.
Read more
DelphiRAD Studio

Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project

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 used very successfully to apply styles more fully in Dev-C++. Features Vcl.Styles.Ext unit extended the VCL Styles…
Read more