News

August 2020 GM Blog

This summer and the whole year are indeed strange. Our lives have changed in many ways, and many of those changes are here to stay. The importance of technology and the need to build reliable solutions fast is growing. Embarcadero is succeeding due to the strength of its products and its remarkable community. We have a lot in store for this summer. Let’s keep building together! 10.4…
Read more
NewsTech Partner

Enterprise Component Pack 2020 Details

Embarcadero has teamed up with some of our top Technology Partners to make an amazing Enterprise Component Pack for everyone upgrading to 10.4 Enterprise for a limited time. Upgrade today before time runs out. IPWorks WebSockets – IntraWeb 15 Personal &#8211…
DelphiRAD Studio

Ignore Changes with Custom Managed Records

Handling the OnChange event handler on a TEdit is great until you programmatically change the text and trigger your OnChange event handler again. It gets really fun if you have two TEdit boxes that update each other in their OnChange event handler. I was reading Automate…
C++DelphiRAD Studio

My five favorite new features in RAD Studio 10.4 Sydney

There are so many great new features in 10.4 Sydney, but when asked for a top five I had to prune my list a lot. Here are my top five favorite new features in RAD Studio 10.4 Sydney. 1) The new TEdgeBrowser component is a great advance for building Windows apps. Even better is the update to the TWebBrowser component that give developers flexibility to select which browser engine you want to use…
Read more
C++

Updating RAD Studio 10.4 Sample to Fix LF Issue

There was a configuration issue in RAD Studio Sample GitHub Repository (https://github.com/Embarcadero/RADStudio10.4Demos), namely the fact the demos were configured with LF only (Line Feed), rather CR LF (Carriage Return and Life Feed) as the RAD Studio IDE expects.
C++

RAD Studio 10.4 Now Available, Learn More

We are very excited to announce the release of Delphi, C++Builder and RAD Studio 10.4 Sydney. RAD Studio 10.4 delivers significant improvements for Windows 10 VCL desktop development, Delphi multi-device development, and developer productivity that optimize application…
DelphiNews

Embarcadero Open Source Project Sponsorship

Open source is a very important part of software development. As a creator of developer tools that makes open source important to us too. There is a huge variety of open source projects created with Delphi and C++Builder, both for the benefit of our developer community, and beyond. A few examples of popular Delphi powered open source projects: HeidiSQL is an incredibly popularclient…
Read more
News

Open for Business with 10.4! - May 2020 GM Update

Open for Business with 10.4! The world is cautiously opening up for business. The pandemic has devastated economies and businesses throughout the world, but the IT sector is one of the best positioned to endure and prosper in the future. Developers will be busy as companies…
C++

VCL Per-Control Styles - New in RAD Studio 10.4

In the past, the VCL library allowed a developer to select one style (or no style) for the entire application. In 10.4 the VCL library allows you to use multiple VCL styles at the same time in different forms of your applications, or even different controls of the same…
Delphi

Adopting the OpenJDK for Delphi Android Development

In this post, you’ll learn how to install OpenJDK, which is required for using the Windows IDE for Android development. Continue reading to learn why you should use the OpenJDK and how it can help your development journey. You might not realize it, but Java comes in a variety of flavors and parts. Oracle became the official owner of the Java trademark and the main…
Read more