We know how to search or replace text in our Delphi/C++ Builder using Regular Expressions. Similarly, Python’s standard library and some other low-level modules help to search or replace text using Regular Expressions. However, to perform the search or replace keywords in documents at scale from within Python, the performance of python standard library regular expressions is not fast enough. To…
AlignMix is an easy-to-use sales territory mapping solution and it is built in Delphi. According to Steve at AlignMix “it is a Geographic Information System which helps companies to design and manage sales territories for their sales force. It enable the user to easily…
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…
December Apple Platforms Updated Patch for RAD Studio 10.4.1
December 17, 2020
(See update below)
A few weeks ago, we released an “Apple platforms patch” focused on improving our support for the latest versions of macOS and iOS. While the patch solves issues with Apple SDKs import and with debugging on devices, there were still some problems with binding specific libraries (like the ClientDataSet one) and for C++ iOS development.
We have now released an updated…
AMD Ryzen 9 5950x Powerhouse Compiles Three Fourths Of A Million Lines Of Delphi Code In 12 Seconds
December 17, 2020
Some of the latest hardware out on the market in late 2020 is the AMD Ryzen 9 5950x CPU and at the time of this writing has the fastest single thread CPU available according to PassMark benchmarks. Additionally, it also features 16 cores and 32 threads. I wanted to try…
Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library
December 17, 2020
You can track and use all available ComPorts on your Linux machine by using this fantastic library.
It is simple, fast, and efficient to use; simply download and add the library path, declare the units, and call its functions.
Follow the tutorial to learn how to do so. In my…