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

Appx Development for Windows 10 Store

Author: CARLOS M6766 One of the most interesting new features introduced in RAD Studio 10.1 Berlin Update 2 Anniversary Edition is the support for building Windows 10 APPX application packages. YouTube reply of EMEA Embarcadero developer webinar “Appx Development for Windows 10 Store” from December 14th, 2016, is available athttps://youtu.be/hEOk3Ztm-8g APPX development in RAD…
Read more
C++

Mixing Delphi and C++

Author: NatSam Would you like to add C++ to your Delphi application? Or add Delphi code to your C++ application? Here’s how. One thing you might not know is how closely integrated the C++ and Delphi languages are in RAD Studio. You can compile a single application in a…
Delphi

Powerful GUIs using Scalable Vector Graphics and the RiverSoftAVG SVG Component Library with Tom Grubb

Author: Remy Lebeau Scaleable Vector Graphics (SVG) are awesome in their ability to make your GUIs stand out. Not only because they are scaleable, but perhaps even more importantly, because they are editable. Unlike bitmaps, each piece of a graphic is editable. You can change colors, rotations, visibility, etc in real-time at run-time. With the RiverSoftAVG SVG Component Library (RSCL), you get…
Read more
Delphi

Preparing for Linux

Author: NatSam If you’ve seen the roadmap or the product address then you know Delphi for Linux is coming. Delphi’s come a long way in recent years, reaching all the platforms that matter . . . Windows 32-bit Windows 64-bit macOS iOS Android Windows 10…
C++

Changing the color scheme of an Android style

Author: Felipe X60228 In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software. Step 1: Select one of the Style Templates Open the Bitmap Style Designer via the Tools menu in…
News

Fall 2016 XE8 and 10 Seattle Updates

Embarcadero has just release updates for the XE8 and 10 Seattle versions of Delphi, C++Builder, and RAD Studio, available to customers withan active update subscription. This is part of the ongoing initiative to makeavailable fixes done in newer versions (in this case 10.1 Berlin and its updates) to customers still on previous versions, something we informally call…
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