Site icon Python GUI

What Is The InheritsFrom Method?

This Is The DelphiVCLApplicationMinimize Method

In this post, you’ll learn more about InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types.

Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one of its descendants. InheritsFrom returns True if the object type specified in the aClass parameter is an ancestor of the object type or the type of the object itself. Otherwise, it returns False.

Learning how to do it will allow you to easily build GUIs with Python Windows GUI Builder.

What are the properties and methods of the InheritsFrom method?

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

[crayon-66314e87e0f3b763983577/]

See the responses in our Windows command prompt:

How do I see more information about the InheritsFrom method?

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

[crayon-66314e87e0f45214807810/]

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