Site icon Python GUI

Learn About DelphiVCL.Application.DestroyComponents

featuredimage2 4

The DestroyComponents method or DelphiVCL.Application.DestroyComponents is used to destroy all owned components.

DestroyComponents iterates through the components owned by the component, removing each from the list of owned components and destroying it.

It is not necessary to call DestroyComponents directly. DestroyComponents is automatically called when the component is destroyed.

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

[crayon-662e6a88e38da170225184/]

See the responses in our Windows command prompt:

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

[crayon-662e6a88e38eb074749808/]

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