Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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. You can access the Guided Tour from the Welcome Page. Mobile Snippets We provide a number of FireMonkey mobile…
Read more
Delphi

"Expert Delphi - Part 1" Webinar Replay

Author: Pawe Gowacki Great thanks to all people that attended “Expert Delphi – Part 1” webinars in different time zones. It was a pleasure to give a taste of the first six chapters of the “Expert Delphi” book and walk you through selected…
Delphi

Learn How To Add Endpoints To RAD Server In The Hospitality Survey App Template

The Hospitality Survey EMS projectis part of theHospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going to cover theHospitality Survey EMS project. Itis the backend RAD Server module for the Hospitality Survey Client and the…
Read more
News

Expert Delphi Webinars with Paweł Glowacki

Paweł Glowacki’s book Expert Delphi and he is hosting a couple webinars where he will share some of the best parts. Expert Delphi – Part 1 Tue, September 12, 2017 at8 AM, 1 PM, 8 PM CDT Join Paweł for the tour through the first part of his recently…
Delphi

Build Dynamic Forms At Runtime With Hospitality Survey Editor For Delphi 10.2 Tokyo

Embarcadero has released a Hospitality Survey App templatefor Delphi 10.2 Tokyo through their GetIt platform. The Hospitality Survey App consists of four different projects. A client app built with FireMonkey for Android, IOS, OSX, and Windows where users can fill out survey information. A web app built with AngularJS for viewing survey stats. A REST server built with RAD Server for Windows…
Read more
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…
C++

How to control "the system audio volume" of iOS

Author: h.mohri Use C++Builder 10.2 to control audio volume of iOS. I used the MPVolumeView class of iOS. The MPVolumeView class is declared in “iOSapi.MediaPlayer.hpp”. Include two files. #include <iOSapi.MediaPlayer.hpp> #include <iOSapi.UIKit.hpp> Form design Arrange “Up” and “Down” two TButton. Use this button to control the volume. Add MPVolumeView to…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES