Delphi VCL ecosystem is so huge and because of it, developing desktop applications is so easy. In one sentence we can say: Delphi VCL is a killer in visual development solution for Windows.
Until now, we have explored so many useful and complex VCL and FMX libraries and frameworks:
Enterprise-Grade WebSocket ComponentsCloud Services In Your Delphi Windows ApplicationsMessage Queue…
When you start building your projects, you would like to start with one UI component set to target Android, iOS, macOS, Windows. The standard components provide enough tools to make any type of application but, sometimes you need a cross-platform UI component set. And the…
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…
CNC Monitor: An Ultimate Platform For Collecting And Digitizing Data From Machines Is Powered By Delphi
March 5, 2021
Fully developed in Delphi, the CNC Monitor is a platform (mobile and Web) that collects and digitizes Data from CNC machining machines (Works with CNC) homogeneously, even with different technologies, such as: CNC command manufacturers ( Siemens, Mazak, Brother, Haas, Mitsubishi, Fidia, Fanuc, Fagor, Heidehain and Mitsubishi) or protocols (OPC UA and MTConnect). The captured Data can be monitored…
LearnCPlusPlus.org :: Fibonacci Numbers, 3D Objects, Mandelbrot, And More Fun With Windows C++
March 4, 2021
Hello C++ Developers,
We keep adding great posts about C++ on our LearnCPlusPlus.org website and we have some good feedback, thank you so much. We keep adding more tutorials, snippets, videos about C++ and some very specific code. Here are some of our picks that we’ve…
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 native, hybrid, and web apps is:
Native apps are compiled binaries that run on the device. They are the fastest and most secure of…
CodeSite is an advanced debugging and application logging system that gives developers deeper insight into how their code is executing. One of the benefits of this is that you can locate problems more quickly and easily ensure their application is running…
One of the powerful peer-to-peer communication solutions for Delphi and C++ Builder developers is called IPWorks IPC. It is a suite of components for inter-process communications (IPC) through Named Pipes. The component set combines client, server, and remote execution…
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…