Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Variable Item Height with TListView in 10.1 Berlin

During a recent webinar, we received a question on how to create a list in a FireMonkey multi-device application using RAD Studio Berlin where the item height automatically adjusts itself depending on the content. We have a great new demo that shows you how to calculate text dimensions and how to dynamically adjust the item height in a ListView so that the text fits inside. When ListView items are…
Read more
News

Closing the Class Helpers Private Access Loophole

As many of you know, Embarcadero made a change to the Delphi compiler in 10.1 Berlin to close an existing bug that allowed access to private data of any class via a class helper. Developers who were leveraging this hack would need a migration strategy. Private is&#8230…
C++

June 2 Webinar: Getting Started Building Mobile Applications for iOS and Android

In this post, we’ll show a webinar demonstrating how to use Delphi and C++Builder 10.1 Berlin to create mobile applications for iOS and Android. We’ll go over how to get started, best practices for mobile UI/UX, building your first app, using FireUI Live Preview, creating custom design views and Live Previews, a real-world example of creating, submitting, and receiving store acceptance…
Read more
C++

UI Design Tips and Tricks: Home Screen Navigation

Author: ısık During our recent RAD Server webinar, we showed you how to develop and deploy a real world customer retail application. The client app shown is designed torun on smartphones and the server side will execute on IIS production servers on premises and on…
News

RAD Studio 10.1 Berlin Bonus Pack - Premium Style Packs for VCL and FireMonkey

Author: Mike F55022 If you purchase Delphi, C++Builder or RAD Studio 10.1 Berlin, you get access to the premium style packs for both VCL and FireMonkey that are part of our bonus pack. New in the 10.1 Berlin style packs is the addition of a dark copper style for both VCL and FireMonkey. The FireMonkey Premium Style Pack for 10.1 Berlin includes nine custom FireMonkey styles. Choose from Jet…
Read more
News

Ribbon Controls in RAD Studio 10.1 Berlin

Author: John T. Haller A few Delphi and C++Builder developers who moved to 10.1 Berlin are wondering what happened to the VCL Ribbon controls and how to get them. Here is the full story. A Tale of the Fluent UI (or Office UI) Let me start from the beginning, while trying to…
News

Introducing the ListView Item Designer in RAD Studio 10.1 Berlin

In RAD Studio 10.1 Berlin, we provide a new ListView Item Designer for FireMonkey applications that you can use to easily design custom ListView layouts. During today’s launch webinar, I showed the new TListView Item Designer in action. TListView provides a fast, scrollable list for your multi-device applications. With TListView, you have access to a number of predefined appearance modes.
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES