Jump to content
softtouch

module.Events.onExecute or pythoninputoutput.onSendUniData?

Recommended Posts

I need to send data back from a python script. This, for example, could be a list of strings, separated by newline.

 

What is the preferred way to send such data back to delphi?

1. Using a module, and its Events property with the onExecute event and process the data or

2. Using the TPythonInputOutput and the onSendUnitData event and process the data?

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×