DelphiDelphiVCLPythonPython GUIWindows

What Does EnumAllWindowsOnActivateHint Do?

In this post, we’ll use the EnumAllWindowsOnActivateHint property or DelphiVCL.Application.EnumAllWindowsOnActivateHint is a Boolean variable used for hint displaying. Learning how to do it will allow you to easily create GUIs with Python Programming Software. EnumAllWindowsOnActivateHint is used internally by VCL for hint displaying. Do not use it directly. Let’s browse all the…
Read more
Learn PythonPythonVideos

You Need To Know Ray For High-Performance, Distributed Apps

Ray is a distributed open-source platform from the RISELab in U.C. Berkeley. It quickly scales python applications from a laptop to a cluster, which is now being adapted for production deployments. Ray has useful problem-solving features such as rapid distribution, scheduling, and execution of tasks. This video demonstrates when one can use Ray, how it can be useful in projects, and how Ray can be…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The ExecuteAction Method In DelphiVCL.Application?

When the user invokes an action, a series of calls ensue to respond to that action. First, the action list that contains the action generates an OnExecute event. If the action list does not handle the OnExecute event, then the action is routed to the Application object’s ExecuteAction method, which invokes the OnActionExecute event handler. (The application’s ExecuteAction method…
Read more
DelphiPythonPython GUIWindows

Easily Build A Python GUI For Video Games and Other Multimedia Applications Using Pygame Library In A Delphi Windows App

Are you looking for an open-source library to create video games and other multimedia applications in your GUI App? This post will get you to understand how to use the pygame Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and create interesting Aliens or Space Invaders games.  Pygame is a free and open-source cross-platform library for the development of…
Read more