Flexible Way To Set And Get Variant Array Between Delphi and Python For Building Windows Apps
November 23, 2020
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.
Python4DelphiDemo17 App shows how to assign and get a variant array value using theTPythonModule component. You…