News

Delphi 10.4 Sydney is Available

Following the beta testing period and some blog post pre-announcing some of the key features (see also my blog), yesterday Embarcadero officially released RAD Studio 10.4 Sydney, which includes Delphi 10.4. My Top Three Features There are many new features in the product. For Delphi developers the key are: The first cut of Code Insight based on Language Server Protocol. This is a huge step for…
Read more
News

Delphi 10.4 Runtime Library Enhancements

Delphi Runtime Library is one of the foundations of the product, as the UI libraries such as VCL and FireMonkey and also database access libraries and many third party components reply on the core RTL. That is why changes to the RTL are particularly relevant, as they tend to…
News

InterBase 2020 Update 1 is Now Available

InterBase is a powerful, zero-administration, small footprint database engine that can power your server and even run on your mobile devices as an embedded database. InterBase 2020 added a number of new features, including tablespaces support for InterBase server, new OS platform support for embedded versions, enhanced performance monitoring, SQL optimizations and more. Today Embarcadero is…
Read more
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

New VCL TEdgeBrowser Component in RAD Studio 10.4

RAD Studio 10.4 brings support for working with web content through a new Chromium-based Edge browser control in VCL applications. The new TEdgeBrowser component wraps the Microsoft WebView2 component. TEdgeBrowser supersedes TWebBrowser, which uses the Internet Explorer web…
Delphi

Custom Managed Records New in Delphi 10.4 Sydney

RAD Studio and Delphi 10.4 Sydney are available now! What is a Managed Record in Delphi? Records in Delphi can have fields of any data type. When a record has plain (non-managed) fields, like numeric or other enumerated values there isn’t much to do for the compiler. Creating and disposing of the record consists of allocating memory or getting rid of the memory location. (Notice that by default…
Read more
News

New Embarcadero Licenses and Download Portal

One of the focus areas of Embarcadero, besides working on RAD Studio and other products, is to improve the overall user experience. As part of this effort, we have been working to replace the old EDN (Embarcadero Developer Network) website infrastructure with a more modern and smoother experience. The key areas we have been focusing on are the ability for customers to access the licenses…
Read more