DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

This Is The DelphiVCLApplicationModalLevel 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 ModalFinished decrements its value. Learning more about DelphiVCL.Application.ModalLevel Property will allow you to easily build GUIs with Python Scripting.

Let’s browse all the properties and methods of the DelphiVCL.Application.ModalLevel using dir() command:

See the responses in our Windows command prompt:

This Is The DelphiVCLApplicationModalLevel Property

You can also read short information about the DelphiVCL.Application.ModalLevel using the print() command:

See the responses in our Windows command prompt:

This Is The DelphiVCLApplicationModalLevel Property

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Related posts
AndroidCodeDelphiLearn PythonProjectsPythonPython GUI

How to Create a BMI App With Delphi Ecosystem And Python

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Stopwatch/Timer Android App With Delphi For Python?

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Unit Converter Android App Using Python GUI

AndroidDelphiDelphiFMXLearn PythonPythonPython GUI

How To Create A Python Quiz Application With DelphiFMX?

Leave a Reply

Your email address will not be published. Required fields are marked *