OnGetActiveFormHandle or DelphiVCL.Application.OnGetActiveFormHandle is the event triggered when reading the value of the ActiveFormHandle property.
Let’s take a look at all of DelphiVCL.Application.OnGetActiveFormHandle properties, methods, and built-in properties:
1 2 3 |
import DelphiVCL dir(DelphiVCL.Application.OnGetActiveFormHandle) |
See the responses in our Windows command prompt:
You can also read short information about the DelphiVCL.Application.OnGetActiveFormHandle using the print() command:
1 2 |
print(DelphiVCL.Application.OnGetActiveFormHandle) print(DelphiVCL.Application.OnGetActiveFormHandle.__doc__) |
See the responses in our Windows command prompt:
Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.