News

Sencha aquired by Embarcadero (Idera)

Author: Pawe Gowacki It was in the bus on Monday, on the last day of my summer vacation. Catching up with news on my phone that was switched off for the last two weeks. A thrilling news! IDERA acquires web application development provider Sencha Probably in the short term nothing will change in how Embarcadero and Sencha operates, but in the long term there could be some very interesting synergies…
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…
C++

C++ Builder Header Dependencies

Why should you care about header dependencies in C++? One reason is header dependencies can have an impact on building, refactoring, testing and on the structure of your software. And reducing header dependencies in C++ also reduces compile time dependencies – the…
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
News

Enterprise Connectors Released Today

After a successful beta for the past couple of months, I am excited to announce that the CData Enterprise Connectors have been released. The 30 day Trial versions can be downloaded via the GetIt Package Manager (Tools > GetIt Package Manager > Connectors) in RAD…
Delphi

Container Accordion on Delphi FMX

Author: Landerson Gomes Watch this video tutorial on how to create a retractable container using Delphi Firemonkey. (In Portuguese) Subscribe to the channel:https://www.youtube.com/landersongomes6 Follow my personal blog with various tips from…
News

RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment

We released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related to AdHoc deployment for iOS. The fix available for download is at: https://cc.embarcadero.com/item/30797 The fix (a single file to install) adds support for building iOS Ad Hoc Applications with RAD Studio 10.2.1 and Xcode 8.2, 8.3.2, or 8.3.3. Before…
Read more
Delphi

Why I choose Delphi

Author: Jens Fudge Why do I use Delphi I have been using Delphi since the first version came out back in 1995. My first encounter with Delphi was with Cary Jensen doing a presentation in Copenhagen. I was a student at the time, and didn’t really have the money to…
News

New in RAD Studio 10.2.1: Debugger Quality

In RAD Studio 10.2Release 1 (or 10.2.1) we’ve made a number of improvements in the debugger. Windows debugging: general quality Do you debug multithreaded applications? You might have noticed that wait chain traversal, showing which threads were blocked on…
News

Windows App Modernization with RAD Studio Tokyo

With RAD Studio 10.2 Tokyo, you can easily update your existing application and give it a modern Windows 10 look and feel. In today’s post, I thought I would highlight our Windows 10 support to help you move your existing applications forward. Windows 10 VCL GUI Controls These controls were specifically designed for Windows 10 and address common UI paradigms on Windows 10. While they were…
Read more