Did you know it’s easy to make use of some truly excellent Python libraries to super-charge your Delphi app development on Windows? Adding Python to your toolbox of Delphi code can enhance your app development, bringing in new capabilities which help you provide innovative and powerful solutions to your app’s users, which combine the best of Python with the supreme low-code and unparalleled…
How To Make Powerful Data Visualizations With Matplotlib
April 21, 2022
Did you know it’s easy to make use of some truly excellent Python libraries to super-charge your Delphi app development on Windows? Adding Python to your toolbox of Delphi code can enhance your app development, bringing in new capabilities which help you provide innovative…
Video: FirePower X Is A Powerful Cross-Platform Desktop Component Suite For Delphi FireMonkey
February 12, 2021
In this webinar, Embarcadero Delphi MVP Ian Barker writes and deploys an app that targets Windows, macOS, and Linux from one set of code using just Delphi 10.4 and the FirePower components from Woll2Woll software. Roy Woll (from Woll2Woll) will be taking part in a live Q…
Learn Powerful Full Stack Web Development With uniGUI For Delphi
February 10, 2021
uniGUI Web Application Framework is a full-stack web application development tool for Embarcadero Delphi. uniGUI is empowered by Sencha Ext JS advanced cross-browser JavaScript library. uniGUI allows developers to develop visually compelling web applications directly in Delphi IDE.
Topics: uniGUI, Sencha Ext JS, Databases, mobile interface, Linux, HyperServer, scalability, stability, remote…
Join Embarcadero Delphi MVP Ian Barker for this must-watch session as he follows up his very popular previous webinar on how to give your apps the Fluent UI look and feel. This new webinar features heavily on the Delphi code, form design, and components you can use to really…
9 Insightful Books For Mastering Delphi On Sale For $5 Each
December 15, 2020
Packt is a publisher of programming books and video courses and there are quite a few Delphi books published through their platform. They are running a sale right now where you can get each e-book (and video course) for $5 each. There are at least 9 books (most of them…
Use the PdfBox-Android Library in Your Delphi/C++ Builder FireMonkey Applications
September 14, 2020
Intro
With the PDF Library for Android by WINSOFT, you can create, process, and render PDF documents in your Delphi/C++ Builder FireMonkey Android applications.
The PDF Library for Android by WINSOFT uses the PdfBox-Android library. So, this is our main library here. Because the PdfBox-Android library offers full control over PDF documents.
The library by the WINSOFT allows us to…
Delphi library for interoperability with Java using WINSOFT JavaBridge
September 11, 2020
Intro
Java Native Interface is a standard programming interface for writing Java native methods. Most JNI developers utilize C/C++ but most of the JNI header files ported to Delphi.
In a simple word: Java Native Interface (JNI) is the Java interface to non-Java code.
PDFium - PDF Engine for your Delphi/C++ Builder FireMonkey Applications
September 10, 2020
Intro
PDFium Component Suite for FireMonkey has so many capabilities to handle PDF documents. It uses PDFium open-source PDF rendering engine and supports Windows, macOS, iOS, and Android.
PDFium itself is used by the Chromium project. So, you can understand that…
Enabling Delphi FireMonkey applications to use WinRT and UWP controls
September 9, 2020
Intro
Have you wondered how to make applications that look like Universal Windows Platform based applications, for instance having the Fluent Design System for your Delphi FireMonkey Applications? Since the UX and UI of the UWP applications are based on Fluent, they look so modern and also shiny! Yeah, you can do that thing with the TStyle, because RAD Studio offers many styles or customization…