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
DelphiDelphiVCLPythonPython GUIWindows

Learn About TWinControl For GUI Development With DelphiVCL

In this post, you’ll learn more about TWinControl. TwinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. Learning more about TWinControl will allow you to easily build GUIs with Python Development Tools. TWinControl provides the common functionality for all controls that act as wrappers for Microsoft Windows screen objects…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

What is the DelphiVCL.Application.ModalLevel Property? In this post, you’ll learn more about ModalLevel or DelphiVCL.Application.ModalLevel property that gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call to ModalStarted increments the value of ModalLevel, while each call to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.Minimize Method

In this post, you’ll learn more about Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar.Learning more about the Minimize method will enable you to quickly create applications that allow you to minimize a form or window using Python script writer. Call Minimize to minimize the application. When the user minimizes the application, the…
Read more