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
Learn PythonPythonPython GUIVideos

How To Optimize Python Apps with Postgress Superpowers

ORM is probably one of the most powerful features of Django that enables you to interact with your database. To top it all, ORMs are very handy tools that can help us build powerful applications in just a short period of time. However, building Django apps that perform well and smoothly can be a little tricky and challenging. You might encounter some performance issues and identifying them is not…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About The InsertComponent Method And What It Does

InsertComponent adds the component passed in the AComponent parameter to the end of the Components array property. The inserted component must have no name (no specified Name property value), or the name must be unique among all others in the Components list. When the owning component is destroyed, AComponent is also destroyed. Components are automatically inserted and removed when visually…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.HandleMessage In Python

In this post, you’ll learn how to use the HandleMessage method or DelphiVCL.Application.HandleMessage to interrupt the execution of an application while Windows processes a message in the Windows message queue. Learning more about the HandleMessage method will help you build a Python project more easily in the future. HandleMessage interrupts the execution of the application so that…
Read more