Delphi

Cool Apps Get Even Cooler!

Everyone always talks about those other cool apps that are developed with Delphi or C++Builder. Sometimes it is publicly announced, other times companies want to keep it a secret weapon.As our community of developers continue to grow there is more and more value in the inspiration these sorts of stories provide.Understandably, all of you are busy and making a public disclosuremay…
Read more
Delphi

Change notification bar color on Android

Author: Landerson Gomes I received a message from a reader asking if it was possible to change the color of an app’s status bar on Android. The answer is yes! There are even several ways to do this. I particularly use the one I decided to share in the post: CHANGE THE…
Delphi

Wedgewood Light FMX Style on Linux

Did you know the Wedgewood LightFMX Style also looks great on Linux when used withFMXLinux, New in Delphi 10.3 Rio? You can install FMX Style – WedgewoodLight 1.0 style from the GetIt package manager. Then simply use a TStyleBook to include the…
Delphi

New Training Course Launches: Building Mobile Apps with FMX

FireMonkey (FMX) has come a long way to become one of the best multi-platform development frameworks for mobile app development. We’ve built a training course to teach VCL developershow to leverage and extend their skills to develop mobile apps in FireMonkey. It is designed to be an 8 to 12 hour course for experienced developers who want to make the move to mobile development with…
Read more
News

New VCL and FireMonkey Styles in RAD Studio 10.3.1

In today’s blog post, I wanted to highlight the 15 new custom VCL Windows and FireMonkey multi-device styles that we added to Delphi, C++Builder and RAD Studio 10.3.1.Many of the styles come in different color variants, and Bitmap Style Designer templates are also…
News

Introducing FireMonkey Stencils

Last week, we released the FMX Stencils pack. The FireMonkey Stencils pack was designed to enhance communication between designers and developers who are building multi-device applications using the FireMonkey framework in Delphi, C++Builder and RAD Studio. One of the…
C++

Building Stunning UIs with C++ and FireMonkey

With many companies taking the “mobile first” approach, building applications that work on multiple platforms is a requirement for success. Developers who know how to build for more than one platform are in demand, while application users have become accustomed to stunning UIs and intuitive UX. Normally, mobile app development requires learning multiple programming languages and tools like…
Read more
Delphi

New Styles from DelphiStyles.com

DelphiStyles.com sells custom style packs for VCL Windows and FireMonkey multi-device applications. They just released and updated several greatcustom themes for FireMonkey. Shown: FMX Profile Screen GUI template(available in GetIt &gt…
News

Creating custom TEdit styles with the FireMonkey Style Designer

1) Apply a custom style Create a new FireMonkey multi-device application. Drag and drop a TStyleBook component onto your form, and set the form’s StyleBook property to StyleBook1. Next, double click on the StyleBook component. This will load the integrated Style Designer. Click the Open button to select a custom style. This tutorial uses the iOSEmeraldCrystal style from the premium style…
Read more