News

Announcing the Availability of RAD Studio 10.4.2 Sydney Release 2

Embarcadero is pleased to announce the release of Delphi, C++Builder and RAD Studio 10.4.2. With new features and much improved quality, the new release builds on the work done in 10.4 Sydney and the 10.4.1 quality release. RAD Studio 10.4.2 continues expanding some of the key cornerstones of the product, from Windows to multi-device support, from IDE modernization to libraries quality and…
Read more
C++CodeDelphi

Learn How to Stop A Thread Inside Python In A Delphi Windows App

Earlier we know how to create a Thread Inside Python for a Delphi App. However, we didn’t attempt to stop the thread while running. How to stop the thread inside python for a Delphi App with Python4Delphi? This post will help to understand better with the sample. You can also use Python4Delphi with C++Builder to build Python GUI apps on Windows. Python4DelphiDemo33Sample App…
Read more
C++CodeDelphi

Easily Create A Python Container Type In Delphi And Execute It In This Windows Sample App

Earlier we learned how to create a Python type using Delphi classes. How about creating a Python type with some containers or collections capabilities in Delphi and accessing its elements? Python4Delphi PyObject contains Type Services routines e.g Basic, Number, Sequence, Mapping which can be overridden with our custom Python Types Delphi classes. This post helps to do that.
Read more
CodeDelphiIDE

Integrate Python Threading, Windows Console, And Command Line Arguments In Delphi Windows GUI Apps

We know how to do Multithreading in Delphi. How about a simple python script that performs threading in Python and runs the script in the Delphi application? This brings the advantage of using existing multithreaded or new python scripts in your Delphi application. This post guide you to do that with the Python4Delphi Sample app. You can also use Python4Delphi with…
Read more