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

Why Should You Spend More Time Thinking About Cross Platform Development?

In the last few years, cross platform development has taken the front seat. It lets developers write code once and implement it across all platforms.   Native app development requires different code for different platforms. It also requires Android Studio as an IDE and a suitable SDK. However, cross platform development frameworks need a single Codebase. It can compile builds for iOS and…
Read more
DelphiRAD Studio

A Step-By-Step Guide To Making Mobile Cross Platform Apps

These days, many app developers are looking into building their mobile apps to cater to multiple platforms. It is essential to create an app that will be able to operate on multiple platforms like Android, iOS, Windows and so on. Creating cross platform apps can be a very challenging process, especially for mobile devices, but it can bring many advantages. Despite the challenges, picking the…
Read more
DelphiResearchWhitepaper

Benchmark Study: Which Target Platforms Do Electron And Delphi Support?

Which target platforms do Delphi and Electron support? The “Discovering The Best Cross-Platform Framework Through Benchmarking” whitepaper evaluates two frameworks supporting multi-platform desktop application development: Delphi and Electron. Delphi Delphi, encapsulated in the Rapid Application Development (RAD) Studio IDE, is Embarcadero Technologies’ flagship product. A proprietary…
Read more
News

The VCL LockDrawing method in TWinControl

One of the features added to the VCL library in Delphi 11 is the ability to handle Windows WM_SETREDRAW message easily with two specific methods added to the TWinControl class: LockDrawing and UnlockDrawing I was going over my to do list earlier this week and found a not…
News

Windows 11 Win32 Debugging Patch for RAD Studio 11.1

A new patch (or hotfix) for RAD Studio 11.1 is now available. The patch addresses a problem that occurs when debugging Win32 apps on Windows 11, in which the IDE appears to freeze at times. When evaluating watches with side effects, opening the Threads view to switch threads, attaching to a process, and performing other common debugging actions, you may notice the freeze. The problem is caused by…
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