The documentation for Delphi’s VCL is available on Embarcadero’s DocWiki. You will notice that on DocWiki, all the VCL components are prefixed with a T. This is a convention of the Delphi language, but the DelphiVCL4Python module removes the T prefix for a more Python-like experience (see and compare it with the outputs of this post).
Here are the lists of all the methods, events, and properties of the form that makes up the examples in this first and second form example:
- http://docwiki.embarcadero.com/Libraries/ Sydney/en/Vcl.Forms.TForm_Methods
- http://docwiki.embarcadero.com/Libraries/ Sydney/en/Vcl.Forms.TForm_Properties
- http://docwiki.embarcadero.com/Libraries/ Sydney/en/Vcl.Forms.TForm_Events
Watch this comprehensive introduction to Python GUI Development with DelphiVCL library video by Jim McKeeth:
Also, watch the following webinar by Alexey Sharagin to Master the Secrets of Beautiful Modern Windows Apps:
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.
Table of Contents
References & further readings
[1] Embarcadero DocWiki. (2015).
Vcl
. Embarcadero DocWiki. Embarcadero DocWiki. Embarcadero Technologies. docwiki.embarcadero.com/Libraries/Athens/en/Vcl
[2] Embarcadero DocWiki. (2012).
Vcl.Forms
.TForm Methods. Embarcadero DocWiki. Embarcadero Technologies. docwiki.embarcadero.com/Libraries/Sydney/en/ Vcl.Forms.TForm_Methods
[3] Embarcadero DocWiki. (2011).
Vcl.Forms.TForm
Properties. Embarcadero DocWiki. Embarcadero Technologies. docwiki.embarcadero.com/Libraries/Sydney/en/ Vcl.Forms.TForm_Properties
[4] Embarcadero DocWiki. (2011).
Vcl.Forms.TForm
Events. Embarcadero DocWiki. Embarcadero Technologies. docwiki.embarcadero.com/Libraries/Sydney/en/ Vcl.Forms.TForm_Events
[5] Hakim. (2021).
Quickly Browse All Available Functions in DelphiVCL Library For Python Windows Apps. PythonGUI.org. Embarcadero Technologies. pythongui.org/quickly-browse-all-available-functions-in-delphivcl-library-for-python-windows-apps
[6] Hakim. (2021).
Getting Started with DelphiVCL: Simple Windows Form Example In Python. PythonGUI.org. Embarcadero Technologies. pythongui.org/getting-started-with-delphivcl-simple-windows-form-example-in-python
[7] Hakim. (2021).
Python: Getting Started with DelphiVCL III: Overview of Commonly Used VCL Components. PythonGUI.org. Embarcadero Technologies. pythongui.org/python-getting-started-with-delphivcl-iii-overview-of-commonly-used-vcl-components