C++CodeDelphiIDERAD Studio

Edit Custom Style to change the background color of a FMX TEdit

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…
Read more
DelphiNews

What Are The Best Options For Mobile App Development?

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…
Read more
DelphiShowcase

Powerful Torque Tool Controller Is Developed In Delphi

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…
Read more
C++Delphi

Enterprise-Grade Rich Text Editor Component For Windows With WYSIWYG Editing And Reporting Add-Ons

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 authoring applications, chats, and messengers. Moreover, if you need a high-quality hypertext user interface, the TRichView…
Read more