DelphiDelphiVCLPythonPython GUIWindows

OnDblClick Event in DelphiVCL4Python Library

OnDblClick event occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. We use the OnDblClick event to respond to mouse double-clicks. OnDblClick is an event handler of type System.Classes.TNotifyEvent. What is TNotifyEvent? TNotifyEvent is used for events that do not require parameters. The TNotifyEvent type is the type…
Read more
Learn PythonPythonPython GUITkinterVideos

Learn Python With Tkinter Python GUI Tutorial For Beginners 12 - Simple GUI Calculator Using Tkinter Video

If you have been following the Tkinter Python GUI Tutorial For Beginners Series by Programming Knowledge on YouTube, you probably know now how to create basic GUI applications using the Tkinter GUI framework and Python programming language. From the previous tutorials, we learned how to create GUI apps like a simple Registration form, a Paint application, and even a Tic-Tac-Toe Game. Now, we are…
Read more
DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Scientific Computing With The NumPy Library In A Delphi Windows App

If you need to perform complex transformations or mathematical calculations with matrices or arrays, then Python’s Numpy library is exactly what you need. You can easily run this library and give it a nice GUI using Python4Delphi (P4D). Python4Delphi is a free tool that allows you to work with Python scripts and objects, even create new Python modules and types in the Windows GUI. The NumPy…
Read more
DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Computer Vision Tasks With Powerful OpenCV Library In A Delphi Windows App

Are you looking for a powerful computer vision library and build a nice GUI for them? Try OpenCV library for Python. And for the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is a free and simple tool that allows you to run Python scripts as well as create new Python modules and types in Delphi. OpenCV (Open Source Computer Vision Library) is an open-source computer vision…
Read more