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…
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…
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…
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 correctly.
CodeSite can do live logging and file logging, it can be local and remote based on the configuration.
Obtaining information…
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…
The program is based on recording student results and managing course registration while monitoring the general and semester average for each semester. It was programmed with Delphi 10 and utilizes QRCODE technology according to the developer. This looks like one of the premium themes that is available to Delphi developers for use on their applications. The interface looks user…
Clip2Net is the ultimate sharing tool! It allows you to share screenshots and files the easiest way and it is built in Delphi.
As stated by the developer, here are some features of Clip2Net:
Instant Screenshot – upload screenshots instantly or use built-in editor to…
Enterprise-Grade Rich Text Editor Component For Windows With WYSIWYG Editing And Reporting Add-Ons
March 2, 2021
TRichView Component is a set of native Delphi and C++ Builder VCL components for illustrating, editing, and printing complex rich text documents easily.
TRichView component suite offers a wide range of functionalities to create advanced text editors, web/help/book…
RAD Studio 10.4.2 supports silent, automated installation of the product with no UI interaction. Silent Install is available for offline and online installation. In the offline installation there is a GOF file and the setup executable. In the online installation there is a setup executable and an automatic download of the required packages in the background. The Windows SDK installation currently…