DelphiDelphiVCLPythonPython GUIWindows

Learn About The Handle Property in DelphiVCL.Application

In this post, you’ll learn more about the Handle property or DelphiVCL.Application.Handle is used to provide access to the underlying Windows screen object for the control. The Handle property returns the window handle for the underlying Microsoft Windows screen object. Use the Handle property to bypass the VCL API and directly access the underlying window. Do not refer to the Handle…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The ModalPopupMode Property In DelphiVCL.Application?

In this post, you’ll learn more about ModalPopupMode or DelphiVCL.Application.ModalPopupMode property controls how the modal form behaves, with respect to Windows’ WS_POPUP style. Use ModalPopupMode to set the way modal forms behave, with respect to Windows’ WS_POPUP style. Learning more about ModalPopupMode Property will allow you to easily build modal designs with…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalFinished Method

In this post, you’ll learn more about ModalFinished or DelphiVCL.Application.ModalFinished method tracks closing of a modal form. Learning more about DelphiVCL.Application.ModalFinished Method will allow you to create programs with Python Program Maker more easily. How to use the DelphiVCL.Application.ModalFinished Method properly? Call ModalFinished to indicate that a modal…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn about DelphiVCL.Application.HasParent

In this post, you’ll learn how to use the HasParent method or DelphiVCL.Application.HasParent to verify whether the component has a parent. Call HasParent to determine whether a specific component has a parent.Derived classes override this method to implement proper handling for parenting.Use GetParentComponent to retrieve the component reference. Learning more about the HasParent…
Read more