DelphiRAD Studio

Enterprise-Grade Restaurant Ordering Template App For iOS And Android Built With Delphi

Embarcadero Technologies’ GetIt portal contains a collection of industry-ready solutions. The majority of complete applications include documentation as well as reusable components and modules. These template applications are generic in nature, utilizing the most recent Delphi and C++ Builder development patterns and best use cases. Now, I would like to introduce the Restaurant…
Read more
DelphiNewsShowcase

Winners of the Delphi 26th Showcase Challenge

So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is…
C++Delphi

Create Blazingly Fast Multi-Platform Cloud Aware Solution With RAD Studio

Delphi and C++ Builder provides a set of advanced REST components to talk with external APIs. Several sample applications show you how to exchange data with APIs. For example, theCloud API Testsample has fully functional 5K+ lines of code demo for playing with Microsoft Azure and Amazon Web Services. This means you can connect any web service easily with the built-in components. TMS…
Read more
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

Easily Add Visually Stunning FMX And VCL Styles To Your Windows And Mobile Apps

When I started programming with Delphi 7, my applications were stunning because of the wide variety of VCL styles. I liked the idea of just loading the style file and you are good to go. At this moment, creating dark and light mode for the applications is crazy. But, if you are developing applications in Delphi or C++ Builder, you have no problem! Most of the time, other students were…
Read more