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

Opening a PDF on Android with Delphi

Intents on Android using API 26 to open PDF documents. The Google Play store recently updated its requirements, so new apps were submitted with an API level of 26 as the target. While this was relatively simple to accomplish by updating the AndroidManifest.Template, the transition to the newer API altered the behavior of my application. I used to download a file to the CachePath and then share it…
Read more
News

RAD Server: Beyond the Basics Webinar Replay and Code

Last week’s webinar on RAD Server was well attended, which is great because we see increased interest in the RAD Server technology. We have great plans for it for the coming release! Watch the Webinar Replay The video of the webinar is on YouTube athttps://www.youtube.com/watch?v=NculJwVfKKA Get the Demo Source Code Source code for the demos I showed during the sessions are on…
Read more
C++

Create App Store ready apps with Community Edition

Start building visually stunning multi-device applications right away with these great tools accessible from the IDE’s Welcome Page. TIP: If you accidentally close the Welcome Page, you can reopen it by going to View > Welcome Page. This article covers the…
News

Learn to program C++ with C++Builder Community Edition: #4, Real code and Useful C++: Ownership, smart pointers, styles, and optional values

Welcome!Last timewe looked at the architecture of a simple calculator app, showing how to design an application well by separating the UI and logic, abstracting through interfaces, and ensuring each class had a single responsibility. That’s important stuff, stuff that many developers skip, and is really important. Now we’ve done that, though, we can dig into the…
Read more
News

RAD Server: Beyond the Basics Webinar Tomorrow

Over the last few months and the 10.2.x updates, RAD Server has been extended with several new features. But the technology also has several other advanced features we rarely discuss, because the typical one hour webinars we doare often only enough to cover the basic introduction. In this webinar, I’m going to skip the intro, rapidly walk you over a first demo, and move from it to more…
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