Site icon Python GUI

What is the Name Property in DelphiVCL.Application?

featuredimage2 9275835

In this post, you’ll learn more about Name or DelphiVCL.Application.Name property specifies the name of the component as referenced in the code. Use Name to change the name of a component to reflect its purpose in the current application. By default, the IDE assigns sequential names based on the type of the component, such as ‘Button1’, ‘Button2’, and so on. Use Name to refer to the component in code.

Warning: Changing Name at a run time causes any references to the old name to become undefined. Any subsequent code that uses the old name will cause an exception.

Learning more about the Name Property will help you build easily Delphi Applications with Lightweight Python IDE Windows.

How can I examine the properties and methods of the DelphiVCL.Application.Name?

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

[crayon-663340e715e31674857640/]

See the responses in our Windows command prompt:

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

[crayon-663340e715e3c141184509/]

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