Delphi

¡Las Apps Cool se hacen aún Más Cool! [ en español ]

Spanish translation of Cool Apps Get Even Cooler! Todo el mundo habla de las otras aplicaciones Cool que se desarrollan también con Delphi o C++Builder. A veces se anuncian públicamente, otras veces las empresas quieren mantenerlo como un arma secreta. A medida que la comunidad de desarrolladores sigue creciendo, cada vez tiene más valor la inspiración que proporcionan este tipo de historias.
Read more
Delphi

Voice Recorder - Cool Apps Selection

Today’s Cool Apps selection is Voice Recorder from Norman Apps. As the name suggests, this is a high-quality voice recorder for Android devices that was developed in Delphi with FireMonkey and has a lot of fantastic features. Olivier Hubart, the lead developer, has…
Delphi

Getting Started with Delphi and Linux Docker Support

Over the last few years, it has become more and more common to deploy server-side solutions (and in fact any type of application) to lightweight containers rather than physical machines or virtual machines, as this allows more flexibility (also in terms of testing), a better…
Delphi

Class Implementing Two Interfaces with Duplicate Method Names

Delphionly supports single inheritance. A Delphi class can only descend from a single parent class, but a Delphi class can implement multiple interfaces. type TAthlete = class(THuman, IWalker, IJumper) The TAthlete descends from the THuman parent class (which presumably descends from TInterfacedObject) and it implements both the IWalker and IJumper interfaces.What ifboth…
Read more
Delphi

Delphi Android 64-bit Support in RAD Studio 10.3.3

In this post, we’ll show you the main features of the just released RAD Studio 10.3.3 the Delphi language support for the Android 64-bit platform. Android 64-bit Delphi Support Platform support is provided by a new Delphi compiler for the Android 64-bit platform…
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…
Delphi

Targeting Windows 10’s Windows Subsystem for Linux with Delphi for Linux

More information on Targeting Windows 10’s Windows Subsystem for Linux with Delphi for Linux. Currently, this is all the content from the slides. I’ll add a link for the replay later. What’s is the Windows Subsystem for Linux Benefits & use cases Why do you care? Timeline When were Subsystems introduced? Distributions Which Linux distros work with WSL? Installation and…
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

Transparent FMX Style on Linux

The Transparent FMX style is a style with a ton of personality. It is an exciting combination of clean lines, bold color, and a distinct look and feel. Transparent looks particularly great on Linux through FMXLinux, available in Delphi 10.3 Rio. To use Transparent FMX style, open a TStyleBook and find it in your Styles…
Read more