Site icon Python GUI

What is ActiveFormHandle Property in DelphiVCL.Application?

featuredimage2 4

ActiveFormHandle property or DelphiVCL.Application.ActiveFormHandle is used to give the Windows handle of the currently active form.

ActiveFormHandle gives the Windows handle of the currently active form.

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

[crayon-6632a09b6e9fd071977354/]

See the responses in our Windows command prompt:

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

[crayon-6632a09b6ea07454785568/]

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