DelphiNews

Python for Delphi Developers (2-Part Webinar)

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the entire collection of Python libraries directly from Delphi. It also makes it easy to easily execute Python scripts, create…
Read more
CodeDelphiRAD Studio

Linear Algebra library by Winsoft

Introduction Linear Algebra library supports Windows 32 and Windows 64. It uses OpenBLAS optimized BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra Package) libraries. Installation instructions can be seen in the video below. 2. Components in the Demo and what they do The Demo contains TMemo component for the Result, converted in Text and one TButton…
Read more
CodeDelphiRAD Studio

Optical Character Recognition using Winsoft's component

Introduction OCR (Optical Character recognition) is a VCL type component (Windows platform only). Its main purpose is to decode text from a picture into plain text. Take a look at the video below to get the installation instructions. 2. Components in the Demo and what they do There are two main panels – one on the left and one on the right witch keep all the other visual…
Read more
C++CodeDatabaseDelphi

3 Libraries for improving Existing Applications built with Delphi

One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to summarise 3 favorites by focusing on the libraries in RAD Studio. If you are new to RAD Studio, then I would also recommend reading these, as they are very easy to implement and provide quick…
Read more