FastReport VCL & FMX – is an add-on component that allows your application to generate reports swiftly and efficiently. FastReport gives all the essential tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be utilized in the Delphi, C++Builder, and RAD Studio environments.
Moreover, the best thing is that now FastReport FMX…
David Vacanti is a long time Delphi developer for over 26 years. He submitted a showcase entry (PROLINES 8: An Incredible Marine Vessel Design Software Powered By Delphi) into the Delphi 26th Showcase Challenge and we interviewed him to find out more about his journey with…
Enterprise-Grade Restaurant Ordering Template App For iOS And Android Built With Delphi
March 12, 2021
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…
The FMX.TabSlideTransition Sample adds dynamism to the use of tab sliding effects in mobile applications.
Location
You can find theTabSlideTransitionsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to: Object PascalMulti-Device SamplesUser InterfaceTabSlideTransitionCPPMulti-Device SamplesUser InterfaceTabSlideTransition…
When you start building your projects, you would like to start with one UI component set to target Android, iOS, macOS, Windows. The standard components provide enough tools to make any type of application but, sometimes you need a cross-platform UI component set. And the…
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…
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 the pixels outside of the circle to be transparent. This needs a change to the texture. By utilizing a transformed pixel…
Powerful Built In Database Access Puts Delphi Ahead Of WPF And Electron
February 27, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
Helpful Workout Application Is Delphi Powered
February 19, 2021
Pro-Workout was designed to help you get a better workout by helping you apply the concept of “Time Under Tension”. This app, developed in Delphi, will allow you to enter any workout, of any complexity, with all of the timing detail you want to put in. According…
Interesting Blood Donation Application Is Built With Delphi
February 19, 2021
Nabdha, available on Android (Arabic version) and Windows and developed in Delphi, searches for places where you can donate blood. According to the developer, “All you have to do is sign up. Once you’re a member, you may use the Nabdha page of apps on Facebook.” There doesn’t appear to be a Google Play version of this app yet but the app looks great!
Screenshot…