DelphiDelphiVCLPythonPython GUIWindows

What is an OnDeactivate Event in DelphiVCL.Application?

OnDeactivate or DelphiVCL.Application.OnDeactivate event Occurs when an application becomes inactive. How to use the DelphiVCL.Application.OnDeactivate Event properly? Write an OnDeactivate event handler to perform any special processing that should occur immediately before the application is deactivated. The OnDeactivate event occurs when the user switches from the…
Read more
DelphiPythonPython GUIWindows

All You Need To Process Images With Scikit-Image In A Windows App

Data Visualization Tools Python gives a simple and powerful way to process images programmatically, and building a nice GUI can be done easily by combining Python4Delphi and scikit-image library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is scikit-image? scikit-image is an…
Read more
DelphiPythonPython GUIWindows

How To Make A GUI For Learning Python Using Turtle Library

In this post, you’ll understand how to use the Turtle Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and create a nice GUI for it . Learning more about Python using Turtle Library will allow you to easily build GUIs with Python For Absolute Beginner. Turtle is an educational environment for learning Python, suitable for beginners, children, or others with…
Read more
DelphiPythonPython GUIWindows

This Is How To Build A Powerful Face Recognition Windows App

Do you want to use a powerful Face Detector Library and build a Windows App using Python Build Tools? Try Face Recognition library for Python. This post will guide you on how to recognize all faces in any given image using the Face Recognition library and use Python for Delphi to display it in the Delphi Windows GUI app. To create the GUI you can use the excellent Python4Delphi (P4D). P4D is a…
Read more