DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

What is the DelphiVCL.Application.ModalLevel Property? In this post, you’ll learn more about ModalLevel or DelphiVCL.Application.ModalLevel property that gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call to ModalStarted increments the value of ModalLevel, while each call to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.Minimize Method

In this post, you’ll learn more about Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar.Learning more about the Minimize method will enable you to quickly create applications that allow you to minimize a form or window using Python script writer. Call Minimize to minimize the application. When the user minimizes the application, the…
Read more
DelphiDelphiVCLPythonPython GUIWindows

All You Need To Know About GetNamePath Method in DelphiVCL.Application

In this post, you’ll learn how to use GetNamePath method or DelphiVCL.Application.GetNamePath to return a string used by the Object Inspector. GetNamePath is used to determine the text to display in the Object Inspector for the name of the object being edited. GetNamePath is introduced in TPersistent so descendants such as collections can appear in the Object Inspector. TComponent overrides…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The GetInterfaceTable Method in DelphiVCL.Application?

In this post, you’ll learn how to use the GetInterfaceTable method or DelphiVCL.Application.GetInterfaceTable to return a pointer to a structure containing all of the interfaces implemented by a given class. Learning more about the GetInterfaceTable will help you build easily Delphi Applications with Python Windows GUI Builder Examining the properties and methods of…
Read more