Site icon Python GUI

What is the ClassType Method in delphivcl.Application?

featuredimage2-4

The ClassType method or DelphiVCL.Application.ClassType is used to return the class reference for the object’s class.

Note: ClassType dynamically determines the type of an object and returns its class reference, or metaclass.

Avoid using ClassType in application code.

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

[crayon-68695d9359c88535165332/]

See the responses in our Windows command prompt:

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

[crayon-68695d9359c8f449039607/]

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