News

Why I Choose Delphi Summary

Over the summer, there has been a number of blog posts on the “Why I Choose Delphi?” topic. While providing personal ideas, they do have common themes and I think there are very interesting to read, for anyone who is using Delphi today (or used it in the past). Here is the list of the blogs I noted, and I migh have missed others, let me know: David…
Read more
News

Delphi and RAD Studio Roadmap Update Publsihed

The article with the new roadmap slides is available at: https://community.embarcadero.com/article/16563-rad-studio-roadmap-september-2017 The roadmap is updated with the 10.2.1 actual release and the specific 10.2.2 plans, along with the focus areas for 10.3…
C++

Get Started with RAD Studio 10.2.1 using Sample Projects

Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey framework.
News

Hotfix for 10.2.1 Inherited VCL Forms Released

This hotfix addresses a bug introduced in RAD Studio 10.2.1 and reported as RSP-18792 in Quality Portal. The issue causes an inherited VCL form to fail to scale on high DPI displays. Actually the fix resolves also a couple of related problems. The download is available athttps://cc.embarcadero.com/item/30798 Notice that even if the changes is for only a few lines of source code, the…
Read more
News

Using Delphi Parse API with Any Parse Server Hosting

The Parse web site (owned by Facebook) was retired earlier this year. This was a fairly popular BaaS (backend as a service) provider for mobile applications, but something you could use also from desktop apps. Delphi (and also C++Builder, btw) has included ready-to-use…
Delphi

How to get the version of your Android application with Delphi 10.2

Author: Landerson Gomes See in this tutorial how to capture the version of your Android Delphi application. (In Portuguese) Video Did you like it? Then sign up for the channel: youtube.com/landersongomes6 Blog Post orignal on my personal blog, go to: http://landersongomes.com.br/android/capturar-versao-do-app-delphi-android Do you want to build an Android app? Try the Android App Builder…
Read more