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

My Amazon Web Services Programming with Delphi CodeRageX session

Author: Pawe Gowacki In a moment my “Amazon Web Services with Delphi” CodeRage X session is starting. I’m very excited and the sessions so far were very good. It is still 2 and half more days to go! The source code for the demos shown during my AWS Delphi session has been uploaded to Embarcadero Code Central for you to have a look and enjoy! You can download all demos from…
Read more
News

InterBase and Python

Author: Gabe Goldfield Install PyDev using the Eclipse IDE The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev Install Python3.4 I chose the…
C++

PAServer Hotfix for RAD Studio 10 Seattle - iOS 9 and OS X El Capitan

Apple released Mac OS X El Capitan today. With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the iOS 9 SDK, or on iOS 7, 8 and iOS 9 using the iOS 8 SDK. This PAServer Hotfix that we released for Delphi, C++Builder and…
Read more
News

JEDI libraries now in GetIt Package Manager

Author: Luis Navarro Hello. I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog. For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of…
C++

Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8

With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle. Below are some simple workaround steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8.  This does not impact iOS 64-bit applications…
Read more
C++

Creating a custom button style with RAD Studio 10 Seattle

In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today’s post, I thought I would cover the steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own custom…
News

New per-DPI awareness in VCL applications

Author: Luis Navarro In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific coding needed (video included below). As a testing scenario, and for this demos: we’ve setup 3 monitors that have…
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