DelphiDelphiVCLPythonPython GUIWindows

What Is The OnHelp Event In DelphiVCL.Application?

What is the DelphiVCL.Application.OnHelp event? The OnHelp or DelphiVCL.Application.OnHelp occurs when the application receives a request for Help. You can examine and set it in the IDE software. How to use the DelphiVCL.Application.OnHelp event properly? Write an OnHelp event handler to perform special processing when the user requests Help. The HelpContext and HelpJump methods…
Read more
Learn PythonPythonPython GUIVideos

How To Make Your Apps Convert Text To Speech

If you’re just starting to explore windows app development with Tkinter in Python, you might as well consider watching this amazing tutorial series by John Elder of Codemy. His tutorial series was divided into multiple parts that allow you to learn everything about Tkinter and Python from the very basic to the most advanced tools that you can create. In this video, we will be introduced to…
Read more
Learn PythonPythonVideos

This Is How To Automatically Test Your Web Apps

Are you new to Python or are there many areas that you have not explored yet? Well, interestingly, most of the PyCon 2020 hands-on tutorial can now be accessed online. Andrew Knight was one of the active speakers from the recently concluded event. He shared multiple talks and tutorials on various Python-related topics. He recently shared how he managed to create an application that can translate…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is A DelphiVCL.BitBtn And Why Would I Use It?

DelphiVCL.BitBtn is a push button control that can include a bitmap on its face. It’s an alternative to the regular button control which can’t directly use graphics on it. Bitmap buttons exhibit the same behavior as button controls. We use them to initiate actions from forms and dialog boxes. Bitmap buttons implement properties that specify the bitmap images, along with…
Read more