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 browser control. However, TWebBrowser remains in the VCL and FMX component sets, with some notable changes &amp…
Read more
News

The RAD Studio I.D.E.

David,Marco, andIwere back again today to talk about Development within the RAD Studio IDE. In this week’s session (which is fast turning into a bi-weekly schedule) we spoke about the IDE, updates to it, the latest features and and how to deploy…
C++

Linker error using the sensor components for Android in RAD Studio 10.3.3

An issue in Androidapi.Sensor.pas referring to symbols introduced in SDK version 26 will cause an linking error when your app references SDK version 22 If you are building Android applications with C++Builder 10.3.3, you may encounter an error [ldandroid Error] “ld” exited with code 1. The same issue can appear with different symptoms for Delphi 10.3.3 when attempt to match symbol…
Read more
News

RAD Studio 10.3.3 Indy Server SSL Certificate Patch

Embarcadero just released a patch for RAD Studio 10.3.3 for a problem caused by a regression in our copy of the Indy library and related to Indy servers on the Windows platform as they load SSL certificates.The issue was reported on Quality Portal asRSP-27144. The patch is available for download athttps://cc.embarcadero.com/item/30906. The patch includes source code…
Read more
C++

RAD Studio 10.3.3 Android Services Patch

An issue where an Android service would not run has been fixed. We’ve just released a patch for RAD Studio 10.3.3 which resolves the following issue: An issue that prevented an Android service from running because it could not load its native library. This only…
C++

RAD Studio 10.3.3 IDE and VCL Patch, and Localization Patch

Issues with the code completion popup window’s scrollbar, using action components, and localisation for Japanese, German and French are fixed We’ve just released two patches for RAD Studio (Delphi and C++Builder) 10.3.3. IDE and VCL Patch This patch addresses the following issues: RSP-26731 Code completion popup leaves scroll bar window floatingWhen the code completion window was…
Read more