Site icon Python GUI

What is DelphiVCL.Application.DesignInfo?

featuredimage2 4

In this post, we’ll use the DesignInfo property or DelphiVCL.Application.DesignInfo contains information used by the Form designer in Python Program Maker.

DesignInfo is used internally. Do not use this property in applications.

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

[crayon-66068d180a810846151171/]

See the responses in our Windows command prompt:

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

[crayon-66068d180a81a413867320/]

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