DelphiDelphiVCLPythonPython GUIWindows

What Does HintMouseMessage In DelphiVCL.Application Do?

In this post, you’ll learn more about HintMouseMessage or DelphiVCL.Application.HintMouseMessage method regulates the display of hint windows. This method is called automatically when the mouse passes over control with a Hint. Applications rarely, if ever, call HintMouseMessage directly. HintMouseMessage is used internally to manage the display of the hint windows. You can use Python…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Use The GetInterface Method In DelphiVCL.Application

In this post, you’ll learn more about the GetInterface method or DelphiVCL.Application.GetInterface is used to retrieve a specified interface. GetInterface retrieves the interface designated by a GUID or type name. The basic implementation of GetInterface uses the GUID specified in the IID parameter. If the specified interface is supported by the class, it is returned in the Obj parameter…
Read more
Learn PythonPythonPython GUIVideos

How To Make Your Data Visualization Effective

PyCon is an annual conference dedicated to the Python community. This is an important event where Pythonistas and python enthusiasts gather together for a fruitful learning experience. Despite the pandemic, PyCon 2020 was still celebrated successfully. Since large events are strictly prohibited, all the talks were presented digitally. In this video, for instance, Husni Almoubayyed will provide…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Creating A New Application With DelphiVCL.Application.Create

In this post, we’ll use the Create method of the DelphiVCL.Application object, & DelphiVCL.Application.Create, to create a new VCL-based application.Do not call Create directly. Each GUI application automatically creates an instance of an application object. Learning how to do it will allow you to easily build GUIs with Python Program Maker. For DelphiVCL.Application or TApplication…
Read more