All You Need To Know About Application.DialogHandle
July 23, 2021
In this post, we’ll use the DialogHandle property or DelphiVCL.Application.DialogHandle provides a mechanism for using non-VCL dialog boxes in an application. Learning how to do it will allow you to easily build GUIs with Python Program Maker.
Use DialogHandle when displaying a modeless dialog box that was created using the CreateDialog API function. Assigning the handle of the modeless…