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
C++DelphiRAD Studio

Advanced Debugging And Application Logging System For Windows Developers

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

Useful System of Student Registration, Study, and Exams Developed In Delphi

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

RAD Studio 10.4.2 Silent Installer Makes It Easy To Automate The Installation Process

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