Site icon Python GUI

What Is The Icon Property In DelphiVCL.Application?

What Is The Icon Property In DelphiVCLApplication

In this post, you’ll learn more about Icon or DelphiVCL.Application.Icon property is used to specify the icon that appears when the form is minimized. Set the Icon property to provide an icon for the form. If Icon is not set, the system provides a default icon when the form is minimized.

Learning more about the Icon property will help you build a Python project more easily in the future with Delphi VCL Applications.

How do we examine the available methods for the Application.Icon property?

Let’s browse all the methods and built-in properties of the DelphiVCL.Application.Icon using dir() command:

[crayon-663311c1f24da991807360/]

See the responses in our Windows command prompt:

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

[crayon-663311c1f24e8150573302/]

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