What is an OnGetActiveFormHandle Event in DelphiVCL.Application?
December 26, 2021
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:
import DelphiVCL
dir(DelphiVCL.Application.OnGetActiveFormHandle)
See the responses in our Windows…