I gonna run python script in separate thread. My PythonEngine has IO field assigned with TPythonGUIInputOutput component
What is the correct way to synchronize output (e.g. print("Hello World!") to Delphi's TMemo component? As far as I know VCL is not thread safe...
Thank you.