DelphiDelphiVCLPythonPython GUIWindows

OnModalBegin: DelphiVCL.Application Event that Occurs when a Modal Form is Opened

OnModalBegin or DelphiVCL.Application.ModalBegin occurs when a modal form is opened. Write an OnModalBegin event handler to perform special processing when a modal form is opened.   How to examine the properties, methods, and built-in properties of the DelphiVCL.Application.OnModalBegin? Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Application.OnModalBegin…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is How BringToFront Works In Windows App Development

For Windows app development the BringToFront method or DelphiVCL.Application.BringToFront sets the last active window as the topmost window on the desktop above all other applications. Use BringToFront to find the window owned by the MainForm that was last active and bring it to the foreground. BringToFront also tests to see if the window is visible and enabled before making it the topmost…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The DelphiVCL Application.CleanupInstance Method?

The DelphiVCL CleanupInstance method or DelphiVCL.Application.CleanupInstance is used to perform finalization on long strings, variants, and interface variables within a class. Do not call CleanupInstance directly. CleanupInstance is called automatically when the object instance is destroyed. CleanupInstance releases all long strings and variants. It sets long strings to empty and variants…
Read more
Learn PythonPythonPython GUIVideos

Easily Automate, Protect, And Simplify Your Python GUI Apps

One of the steps toward professional deployment of your Python GUI apps is the way you deploy and maintain them. This video from PyCon in Pittsburgh goes into depth about the how and why containers can help lift your Python GUI app’s perceived professionalism and reliability. Due to the global pandemic, the conference was done digitally. Now, you may be able to access all the talks…
Read more