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…
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…
Easily Cutout An Image With A Pixel Shader On Windows
February 28, 2021
In the previous example on Shader programming with Delphi FireMonkey, we created a texture feature to show images. So the material source manages the image bitmap.
In this sample, you will create this:
We can do this by adjusting the texture itself and setting all…
Fun With 3D: Apply A Texture To A GPU Shader With Delphi FireMonkey
February 28, 2021
We have been exploring shader programming in Delphi FireMonkey. In the first post, we have learned the fundamentals of computer graphics and prepared the development environment. And created a simple demo application that just renders every pixel using a blue…
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…
Increase Your Coding Experience By Adding Helpful Extensions To Your IDE
February 26, 2021
Developers love arguing and discussing different types of code editors most of the time. Someone says Vim is number one, someone says VSCode cracks everything. These all different code editors have different features and abilities to do tasks easily.
RAD Studio is…
LearnCPlusPlusOrg :: Counting Prime Number Benchmarks
February 23, 2021
Prime numbers are interesting area to research. A prime number, it is also called prime shortly , is a natural number (a positive integer) greater than 1 that is not a product of two smaller natural numbers. There are several mathematical questions regarding prime numbers…
Easily Use Nonstandard Data Using X-DBData for Delphi
February 16, 2021
X-DBData is a VCL and FMX nonvisual component package that helps users bridge between Delphi’s data-aware and non-data-aware components.
There are two paradigms within the Delphi IDE.
FeatureNon-Data-Aware Edit ComponentsData-Aware Edit ComponentsData…
Threadripper 3990X vs. 5950X: 1 BILLION Lines Of Object Pascal Code For #Delphi26th
February 16, 2021
Celebrating Delphi’s 26th Anniversary with some modern hardware! Two of the fastest CPUs on the market right now are the AMD Ryzen 9 5950X and the AMD Threadripper 3990X. The 5950X features 16 cores and a higher clock speed while the Threadripper 3990X features 64 cores…
LearnCPlusPlus.org :: Editor's January Picks About C++ Builder
February 15, 2021
Hello C++ Builder Developers,
Last month we had many great posts on the LearnCPlusPlus.org web site, here we listed some of interesting posts from January. If you are beginner or want to jump in to C++ Builder please visit our LearnCPlusPlus.org web site for the great posts…


