Delphi

The Time to Modernize Is NOW!

Malcolm Groves’ recent webinar, “Converting a 20-Year-Old Legacy Application to Microservices and Containers,” along with many discussions with our customers and technology partners, specifically Oren Aviram from Delphi Parser, inspired me to write a quick piece on modernization. One of the largest challenges our community faces today is motivating teams to upgrade large legacy…
Read more
Delphi

Blend FMX Style on Linux

If you are looking for an FMX style that says “professional”, take Blend out for a spin. The Blend style looks great in FMXLinux, and it is included in Delphi 10.3 Rio. Simply open a TStyleBook to use the Linux version of Blend, found in the Styles…
Delphi

Aqua Graphite Style FMX Style on Linux

Aqua Graphite is an exciting FMX style that brings a fresh take on the Windows 10 color scheme to FMXLinux, new in Delphi 10.3 Rio. It’s easy to incorporate Aqua Graphite. Just use a TStyleBook to implement the style, found in your Styles…
Delphi

Amakrits FMX Style on Linux

Amakrits is a striking FMX style that looks great in Deplhi 10.3 Rio’s new FMXLinux. Its bold teal accents will make any project stand out, and it comes included in Delphi 10.3 Rio. All you have to do is use a TStyleBook to include the Linux version of the Amakrits style, which can be found in the Styles folder. C:UsersPublicDocumentsEmbarcaderoStudio20.0StylesAmakrits.style Here is a…
Read more
Delphi

Air FMX Style on Linux

FMXLinux is a fantastic new addition to Delphi 10.3 Rio, and Air is a sharp new style available for you to use with it. Air gives your FMXLinux project a clean, professional look, and it is easy to use. Simply use a TStyleBook to include the style, which can be found in 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…
C++DelphiNewsRAD Studio

August 2019 Delphi Android Beta Plans & August Roadmap Update

In this post, we want to share an update to our May 2019 roadmap and PM commentary blog post. As a follow-up to our 10.3.2 release that introduced macOS 64-bit support for Delphi, C++17 for Windows 64-bit, new RAD Server tooling, key quality enhancements (addressing 400 customer requests) and more, we are planning a 10.3.3 release, with Delphi Android 64-bit being the key new platform feature. We…
Read more
Delphi

Delphi 10.3.2 macOS Debugging Patch Released

A patch for debugging parameters in macOS64 apps built with Delphi 10.3.2 If you are debugging macOS 64-bit applications built with Delphi 10.3.2, you may encounter an issue where method parameters, when inspected or evaluated, display incorrect data. They might either not…
Delphi

How to Get IMEI on Android Devices with DELPHI 10.3 Apps

Author: Landerson Gomes In this post, we will write an Android application with Delphi 10.3 Rio capable of capturing the device’s IMEI. Read on to learn more and replicate it. Knowledge Update The intent is an update of the post GET THE ANDROID DEVICE WITH DELPHI XE5 (in Portuguese). Which I posted right here on the blog in March 2014. It’s been over 5 years and a lot of updates and…
Read more