Site icon Python GUI

This Is The DelphiVCL.Application.Minimize Method

This Is The DelphiVCLApplicationMinimize Method

In this post, you’ll learn more about Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar.
Learning more about the Minimize method will enable you to quickly create applications that allow you to minimize a form or window using Python script writer.

Call Minimize to minimize the application. When the user minimizes the application, the Minimize method is automatically called.

Note: Don’t confuse the Minimize method, which minimizes an entire application, with minimizing a form or window. To minimize, maximize, or restore a window or form, change the value of its WindowState property.

Let’s browse all the properties and methods of the DelphiVCL.Application.Minimize using dir() command:

[crayon-6630f2c7eec77409813680/]

See the responses in our Windows command prompt:

You can also read short information about the DelphiVCL.Application.Minimize using the print() command:

[crayon-6630f2c7eec82020695778/]

See the responses in our Windows command prompt:

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Exit mobile version