Cue Player One by Baxel Data is one program for theater to control sound, video, lights, and accessories using one cue list, one computer, one operator and it is built in Delphi! The Cue Player family of professional grade software for theater includes Cue Player Premium and Cue Player Lighting. According to Baxel Data their software is in use in over 1000 theaters, churches, and schools…
Quickly Parse HTML And XML With BeautifulSoup Python Library In Delphi And C++ Windows Apps
December 21, 2020
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such asnavigateto URL,go back,go forward, along withspecific events. How about the web scrapping in…
Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi
December 20, 2020
TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB…
Discover How To Easily Manage Database Transactions In Delphi On Windows
December 19, 2020
To this end, the sample makes use of the following properties and methods ofIFDPhysTransaction:
TheIsolationproperty, which is used for setting up the transaction isolation level for the transactions that FireDAC manages.TheStartTransactionmethod, which is used to start a new database transaction.TheCommitmethod, which is used to permanently store…
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…
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…
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…