Sometimes Developers Want to list or Identify USB Devices History in a machine programmatically. Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite’s component helps to enumerate the USB Devices History we will learn how to use use the TMiTec_USBHistory component in this blog post.
Platforms:Windows.
Installation Steps:
You can…
Do you need to list down the Task Schedulers in your machine from your Delphi App programmatically? How do enumerate among the Task Schedulers quickly? Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite helps to enumerate the Task…
Using Credentials Manager on windows allows users can easily identify the cached network credentials. However, Sometimes Developers need to list down the cached windows network credentials from a Delphi App programmatically? Don’t know how to do it?. Don’t…
Winners of the Delphi 26th Showcase Challenge
March 10, 2021
So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is so easy to get wrapped up in our view of what Delphi is useful for, we sometimes miss its amazing flexibility. I recommend…
In the olden times, Cryptography was utilized for transforming plain messages or just plaintext into an indecipherable format. And these incomprehensible words were sent to each other and if the receiver knows the algorithm to convert that ciphered text to a readable format.
Delphi and C++ Builder provides a set of advanced REST components to talk with external APIs. Several sample applications show you how to exchange data with APIs. For example, theCloud API Testsample has fully functional 5K+ lines of code demo for playing with…
A Delphi developer asked how do you change the background color of a FMX (FireMonkey) TEdit ?
As many know, for a VCL TEdit, you could just set the color property of the TEdit, like this:
Edit1.Color := clYellow;
Then at Run-Time, after calling Edit1.Color := clYellow, the Edit1 looks like this:
But, a FMX TEdit does not have a Color property, so how do you do the same for a FMX TEdit?
There are…
Sometimes Developers Want to list or Identify USB devices connected to the machine and perform some actions to the USB devices programmatically. How do enumerate the USB devices quickly? Don’t know how to do it?. Don’t worry. MiTec’s System Information Management…
What Are The Best Options For Mobile App Development?
March 4, 2021
Mobile app development can be categorized into the creation of 3 main types of applications. Native apps, web-based mobile apps, and hybrid apps.
What are the differences between native, hybrid, and web applications?
The simplest way to describe the difference between…
Powerful Torque Tool Controller Is Developed In Delphi
March 3, 2021
The Torque Tool Controller project catches the results of tightening from a tool controller for future analysis and it is developed in Delphi. According to the developer, “This is my prototype to verify torque / angle traceability connected with tool controller. I have been working with this project with Delphi 7.” The application appears to be running on some specialized equipment and…