Quickly Migrate and Modernize Your Delphi/C++ Apps Using FastReport With Windows High DPI Setup
November 17, 2020
Display panel manufacturers have packed an increasing number of pixels into each unit of physical space on their panels resulted in the dots per inch (DPI) of modern display panels. In the past, most displays had 96 pixels per linear inch of physical space (96 DPI); in 2017…
Learn To Build A Python GUI For Processing Images With Pillow Library In A Delphi Windows App
November 17, 2020
Are you looking for a simple way to process images programmatically? You can do it with Python for Delphi using Pillow library. Python for Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. This post will…
Learn To Build Modern Enterprise-Grade Native Applications For Windows With RAD Studio
November 15, 2020
In this webinar, one of the Embarcadero MVP Serge Pilko shows off the RAD Studio against Electron and other JavaScript frameworks for desktop application development.
Overview
Native desktop development for WindowsJavaScript framework-based solutions vs. RAD Studio for…
Learn Useful Hints For Working With Styles To Build Visually Stunning Windows Applications
November 14, 2020
Want to style your Delphi/C++Builder applications with few steps? Want to view and choose your style before applying to your application? Don’t know how to do? This post will guide you. A style is a set of graphical details that define the look and feel of a VCL/FMX…
Awesome Pascal Is A Curated List Of Awesome Open Source Delphi Pascal Frameworks, Libraries, Resources, And More
November 13, 2020
Developer Anton Frost has a curated listed of Awesome Delphi projects available over on GitHub. It offers a wide variety of projects across multimedia, game development, GUI, scripting, database, reporting, utilities, serial ports, memory management, and much more.
Take A…
Learn How To Build Decoupled Delphi Applications Quickly With Delphi Event Bus Framework
November 13, 2020
Modularity is very important in software architecture so that applications built can be easily extendable and maintainable. Consider your building an application with multiple components in it. If we decide to remove a component and replace it with another component it…
Powerful PyDelphiWrapper To Wrap Your Delphi Objects To Python Objects Instantly With FireDAC Sample App
November 13, 2020
How about wrapping your Delphi Objects to Python Objects with a single line of code? Sounds Interesting? Yes, Python4Delphi has the flexibility to do that using a TPyDelphiWrapper component. This benefits Delphi Developers easily to wrap the existing or new Delphi Objects…
Powerful Native File And Folder Comparison Tool Is Built In Delphi
November 13, 2020
Beyond Compare is a data management utility that allows users to compare and reconcile documents, files, folders, and even whole system drives quickly and easily. It’s a deeply useful resource, and it is built and powered by Delphi. According to the Beyond Compare website…
Learn A Faster Way To Make A Python Module As A DLL Using Python4Delphi Sample App
November 12, 2020
Sometimes we may need to share the functionalities as DLL and we know, creating a DLL in Delphi is a simple task. We learned how to create Python Module and add methods to it in Delphi. How about making a python module as DLL using Python4Delphi and import this python module…


