Do you want to leverage your Delphi Objects in the Python Scripts with less code? Python4Delphi has the flexibility to do that using a TPyDelphiWrapper component. This benefits Delphi Developers easily to wrap the existing or new Delphi Objects into Python Objects. You can also use Python4Delphi with C++Builder to build Python GUI apps.
Python4DelphiDemo31Sample App shows how to…
Learn How to Deploy Flexible Optical Barcode Recognition For Delphi VCL On Windows With WINSOFT Library
December 18, 2020
Introduction
OBR (Optical Barcode recognition) is a VCL type library (Windows platform only). Its main purpose is to decode QR code and Barcode images.
In the next short video you will see installation instructions:
2) Components in the Demo and what…
Easily Build Your Own Cross-Platform Photo Editor App From This RAD Studio Demo Source Code
December 18, 2020
This sample illustrates how to apply image filters to photos taken with the device camera or loaded from the camera roll, how to save the customized photo to the photo library on the device, and then share it across popular social media platforms. Designed for iOS and…
Parallel Compiling 300 Native Windows Apps In 45 Seconds With Delphi On An AMD Ryzen 9 5950x
December 18, 2020
Let’s see if we can take the Delphi compiler to the next level with the latest AMD Ryzen 9 5950x powerhouse CPU featuring 16 cores and 32 threads. According to CPU Benchmark the AMD Ryzen 9 5950x has the fastest single core CPU score right now with a score of 3524. Generally, the Delphi compiler only uses one core to build a project. On the C++Builder side there is TwineCompile which allows…
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…
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 GetIt Package Manager:
Step 2. Enter “Essentials” in the search box:
Step 3. Press the install button, GetIT…
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…
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 case, I was using VirtualBox to run Ubuntu on a Windows host.
Installing Development Packages
To install the development…