News

RAD Studio November 2020 Roadmap PM Commentary

by Marco Cantu, David Millington and Sarina DuPont Introduction The Embarcadero RAD Studio product management team regularly updates the product development roadmap for Delphi, C++Builder, and RAD Studio. As you can see in our official roadmap blog post, we have just released a new version of the roadmap, covering the key features that we’ve planned for the next 12 months. Along with the…
Read more
CodeDelphi

Learn To Build Multi-Screen FMX Application Quickly With TLayout Component

Most of the time when developing multi-device applications we developers may need to create screens on top of another( e.g., Dialogs). Thinking? we have built-in dialogs to do that Job, then why this post? These dialogs are for showing standard messages with standard controls and don’t help to organize multiple graphical controls under the same parent. To give a better user experience, we…
Read more
C++CodeIDERAD Studio

C++ Builder 10.4.x Platform APIs

C++ Builder provides three levels of development: ⦁ Components (VCL and FMX) ⦁ Common Libraries (RTL). ⦁ Platform APIs (iOS, Android, Mac OS) In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS). Specifically, we’ll look at how to use the iOS APIs to obtain Apple iOS device information for the Operating System (OS) version, the OS name and the iOS…
Read more
DelphiNews

RAD Studio 10.4.1 Has Been Released

We are very excited to announce the Delphi, C++Builder and RAD Studio 10.4 Sydney Release 1, also known as RAD Studio 10.4.1.  This new release builds on the feature set of 10.4, enhancing existing features throughout the product and offering a more robust and smooth experience to Delphi and C++ Builder developers. RAD Studio 10.4.1 has a strong focus on quality improvements. Key quality focus…
Read more