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
C++DelphiPython GUIVideosWindows

Learn How To Setup Python4Delphi For Building Python GUI Apps On Windows

Here is a short video which shows you how to get started with installing the components you need to start building Python GUI apps on Windows with Delphi and C++Builder. SynEdit is an optional library that provides syntax highlighting and proper indention behaviors if you want to allow users to edit Python code in your application. If you just want to interact with Python and Python libraries…
Read more