C++CodeDelphi

Quickly Transfer Variant Arrays Between Python And Your Windows GUI App Front End

Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do that. You can also use Python4Delphi with C++Builder. Python4Delphi Demo17  App shows how to assign and get a variant array value using the TPythonModule component. You can find…
Read more
C++Code

Learn How To Build A Python Module Into A Windows DLL For Use In Python GUI Apps

Sometimes we may need to share the functionalities as DLL and we know, creating a DLL in Delphi is a simple task. We learned how to create Python Module and add methods to it in Delphi. How about making a python module as DLL using Python4Delphi and import this python module in another application? This post will guide you to do that. You can also use Python4Delphi with…
Read more
DelphiPythonPython GUIWindows

Quickly Learn To Create A New Python Type Integrated With A Delphi Windows GUI App Class

Earlier we learned how to create a new Python Type for a Delphi Record using the TPythonType component’s property TheType. It’s also necessary to learn how to use Delphi classes for creating a new Python Type using Python4Delphi component’s property PyObjectClass. You can also use Python4Delphi with C++Builder. This post will help to understand…
Read more