C++

2019 #CodingResolutions: Getting to Know the IDE and Finding Sample Projects

Author: Rebekah D Congratulations on setting a 2019#CodingResolution! If it’s learning another language like C++ or Delphi, moderninizing your UI and app architecture, or just learning more about what’s changed in the latest version of RAD Studio, you’ll start by installing the tools and getting to know where everything is. Prerequisites You should already have…
Read more
News

January 2019 GetIt Package Manager Report

New and Updated in December 2018 This is the first GetIt Package Manager report for 2019,where we look back onDecember 2018. The GetIt Package Manager continues to see new and updated packages supporting the new 10.3 Rio release. More and more of our amazing…
News

The December 2018 GetIt Package Manager Report

A lot happened for the GetIt Package Manager in November.With the new release of RAD Studio 10.3 Rio the GetIt Package Manager received an overhaul, including a facelift. And with a new release we found a lot ofpackages updated with more updates coming!Want your Package, Library, Trial, or Open Source Project in GetIt? Justfill out this form. New and Updated in November…
Read more
Delphi

New Dialogs Box on Android with Delphi 10.3 Rio

Author: Landerson Gomes One of the features introduced in Delphi 10.3 Rio was the new design of the Dialog Boxes for Android. Check out this video for an example using ShowMessage! Video Access the original post in Portuguese on my personal blanderson gomesomes.com.br. Do…
News

Android Z-Order, Native Controls, and 10.3 Rio

Before 10.3 Rio, you couldn’t put other controls on top of a platform-native control like TWebBrowser or TMediaPlayer, The stacking of controls is referred to as Z-Order. This was especially annoying when used with the TMultiView (one of my favorite controls), because the drawer would slide out under rather than over the platform-native control. There were workarounds, but it was still…
Read more
News

Level Up Your UI Design Skills

Author: Rebekah D You’re short on time, and cash, so where can you go to learn new skills to improve your app UIs? There are a ton of free, or nearly free, on-demand resources if you know where to look. Enroll in free, or inexpensive, Online Courses: I love taking…
C++

Mobile App Navigation with TTabControl

Author: Rebekah D RAD Studio, Delphi, and C++Builder offer many controls to help create native mobile apps with consistent appearances that behave naturally for each platform. Today we’re going to look at the TabControl on iOS. When we develop for specific platforms like…
News

Beyond RAD Studio Pro: Why Developers Choose Enterprise and Architect

RAD Studio, Delphi, and C++Builder come in 3 different editions: Professional, Enterprise and Architect. Until recently we also sold some of the Enterprise features as addons for the Professional version, but that has recently been discontinued. At the same time, we’ve also added additional capabilities to these editions. This is why I felt it is worth taking a moment to recap what’s the focus…
Read more