Site icon Python GUI

Python: Getting Started with DelphiVCL III: Overview of Commonly Used VCL Components

This Is The DelphiVCLApplicationModalFinished Method

Photo by fauxels on Pexels.com

To increase your familiarity with DelphiVCL Components, this post will show you a demo that presents commonly used VCL components, and call them one-by-one with Python.

The following is a Python code sample using DelphiVCL4Python:

[crayon-662948394cc6e441600328/]

Here is the GUI created by the Python code above:

Note for beta release users

In practice, the only difference between DelphiVCL for Python release version and the beta version is only in how you write the DelphiVCL. Here is the example for how you import the library:

[crayon-662948394cc7f349013921/]
[crayon-662948394cc83311230072/]

Watch this comprehensive introduction to Python GUI Development with DelphiVCL library video by Jim McKeeth:


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

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


References & further readings

[1] Anbarasan. (2021). 

Quickly Build Ultra-Modern Python Native Windows GUIs With Delphi. PythonGUI.org. Embarcadero Technologies. pythongui.org/quickly-build-ultra-modern-python-native-windows-guis-with-delphi

Exit mobile version