With the MiTeC System Information component suite, you can get complex system information in Delphi.
Sometimes I need to know about my system fully and I use some utility applications to find out what kind of components that I have in my system.
Since you are a Delphi developer, you can explore the MiTeC System Information component suite to create something like that or even create…
Creating an app and starting a business is different than distributing the written software to the world. Globalization is the biggest trend right now in all markets. If you want to stay competitive you should think about localizing your software to each market specifically…
FMX.TabSlideTransition Sample can add dynamism to use tab sliding effects in Mobile applications.
Location
You can find theTabSlideTransitionsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and navigate to: Object…
Learn How Easy It Is To Map Dataset Columns With A Table Adapter In FireDAC For Delphi
March 6, 2021
TheCommandssample shows you how to set up column mappings.
Location
You can find theMappingColumnssample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to: Object PascalDatabaseFireDACSamplesDApt LayerMappingColumns Subversion Repository: You can find Delphi code samples inGitHub Repositories. Search by name into…
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…
Sometimes Developers Want to list or Identify USB devices connected to the machine and perform some actions to the USB devices programmatically. How to enumerate among the USB devices quickly ? Don’t know how to do. Don’t worry.MiTec’sSystem Information…
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 components facilitating straightforward peer-to-peer communications between related or unrelated processes.
With the IPWorks…