RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple projects in parallel it was able to compile 1 billion lines of Object Pascal code in 5 minutes on the AMD Ryzen 9 5950x 16 core machine. I wanted to see if something similar was possible with C++. This…
Easily Access Storage Devices Information In Your Delphi Windows Apps With Robust Component Suite
February 3, 2021
Do you need to identify Storage Devices available or connected to the machine and perform some programmatically actions to the Storage Devices? How do enumerate among the Storage Devices quickly? Don’t know how to do it? Don’t worry.MiTec’sSystem…
LearnCPlusPlus.org is a great resource for learning C++. It has a number of posts that cover the basics like selecting a C++ IDE and a C++ compiler (we know you’ll choose C++Builder and Dev-C++ for maximum productivity, right 😉 First up we have a top 6 compilers…
TMS providers hundreds of different components for FMX and VCL. TMS iCL is one of them which provides 100% iOS performance, 100% iOS look, 100% iOS feel components.
The TMS iCL includes several dozens of native component for…
Compare And Synchronize SQL Database Objects And Table Records With Powerful Component Suite For Delphi
February 2, 2021
Database designing and maintaining the data is a crucial part of the developer’s job. Sometimes, you might need to compare SQL objects and records. Or maybe synchronize the structure and table data for many databases, like, FireBird, Oracle, MySQL, MS SQL, Interbase.
Easily Access AC, Processor, And Battery Power Status In Your Delphi App With Ultimate Component Suite
February 2, 2021
Sometimes Developers may need to perform implementations based on Machine’s Battery and CPU power status. How to collect such information’s quickly ? Don’t know how to do. Don’t worry. MiTec’sSystem Information Management Suite’s…
Easy Way To Monitor Devices Connected To A Machine In Your Delphi App With Flexible Component Suite
February 1, 2021
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…
Sometimes your application needs a user interface, but what is the best way to make one for Python GUI applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge library of included visual components and a robust collection of 3rd…
Delphi Provides Long-Term Feasibility Over Ever-Changing Electron And End-of-Life WPF .NET Framework
February 1, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
TheCachedUpdatessample shows you how to work with theTFDMemTableclass. To this end,TFDMemTableretrieves data from a database throughTFDTableAdapterandTFDCommand. Then, the sample uses some methods and properties ofTFDTableAdapterin order to implement some features related with the management ofCached…