Quickly Learn How To SubClass A Python Type Created In Delphi With This Windows Sample App
December 3, 2020
Earlier we have learned how to create a new Python Type using Delphi classes. How about inheriting Python Type created in Delphi using a simple python script? This post will guide you to do that using Python4Delphi Sample App. You can also use Python4Delphi with C++Builder.
Python4DelphiDemo26 Sample App shows how to create a Module, Python type, Import the module, and Python Type in a…