C++CodeDelphiTech Partner

Ultra-Fast Way To List Software And Microsoft Products Installed On Windows From Within In Your Delphi Apps

Do your need to list down the Software installed in your machine programmatically. How to get the Name, Software Version, Installed Date, etc., for each software installed quickly? Don’t know how to do >Don’t worry. MiTec’s System Information Management Suite’s component helps to get these information with less code, and we will learn how to use TMiTeC_Software and TMiTeC_MSProduct in…
Read more
CodeDelphiTech Partner

Easy Way To Monitor Devices Connected To A Machine In Your Delphi App With Flexible Component Suite

Do you need to Monitor Devices in your Machine from your Delphi Application? Don’t know where to start with ? Don’t worry.MiTec’sSystem Information Management Suite’s component helps to monitor your USB, Bluetooth devices or TV/monitor connection/disconnection, volumes mount/unmount, CD/DVD insert/eject with less code and we will learn how to use MiTeC_DeviceMonitor in this…
Read more
C++CodeDelphi

Easily Wrap Any Delphi Object Into A Python Object In This Sample Windows App

Do you want to leverage your Delphi Objects in the Python Scripts with less code? Python4Delphi has the flexibility to do that using a TPyDelphiWrapper component. This benefits Delphi Developers easily to wrap the existing or new Delphi Objects into Python Objects. You can also use Python4Delphi with C++Builder to build Python GUI apps. Python4DelphiDemo31Sample App shows how to…
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