This Is How The OnGetMainFormHandle Event Works
January 25, 2022
For development on Windows OnGetMainFormHandle or DelphiVCL.Application.OnGetMainFormHandle is the event triggered when reading the value of the MainFormHandle property.
Let’s take a look at all of DelphiVCL.Application.OnGetMainFormHandle properties and methods:
import DelphiVCL
dir(DelphiVCL.Application.OnGetMainFormHandle)
See the responses in our Windows command…