C++

RAD Studio 10.3.1 HTTP and SOAP Clients Enhancements

In RAD Studio 10.3, Embarcadero moved the SOAP client implementation to the HTTP client library for all platforms, given the issues support HTTPS with the previous architecture (based on Indy) on mobile platforms. On Windows, there was already a native implementation, but based on an older Windows HTTP client library. This change caused some incompatibilities, we have started addressing in…
Read more
C++

What’s New in FireDAC for Firebird in RAD Studio 10.3.1

Among the many databases FireDAC supports, one commonly used by our customers isFirebird(the open source spin-off of InterBase). FireDAC used to have a single driver for Firebird and InterBase, given they still have a significant degree of compatibility after…
C++

New RAD Server Console Ext JS UI in RAD Studio 10.3.1

The new RAD Server Console UI in10.3.1is an additional download from GetIt and it sits side by side with the older console. We’ll integrate it more deeply in the future, but you can start using it easily today. 1. Download from GetIt The new web…
News

Target Version for running 10.3 Rio apps on Android 9

In this post, we’ll walk you through the 10.3 version of RAD Studio that supports Android 9. When RAD Studio 10.3 Rio applications are executed on Android 9, you get an intermittent error due the call of a restricted API. As an example, this is reported at https://quality.embarcadero.com/browse/RSP-23008: The issue is a call to a restricted platform API in FireMonkey, we are looking…
Read more
News

On the 2018 Spirit of Delphi Award to Cary Jensen

As you can read in details athttps://community.idera.com/developer-tools/b/blog/posts/2018-spirit-of-delphi-award-winnerat the last CodeRage conference Embarcadero resumed the old tradition of giving recognition to an active member of the Delphi developers…
C++

What's In RAD Studio 10.3 Architect Edition?

Delphi, RAD Studio, and C++Builder are offered in different editions, to balance developers needs and costs. Over the past year, we’ve updated these editions to provide more value to developers at every level. 2018 Updates to Delphi, C++Builder, and RAD…
News

Modernisation De L’Architecture Des Applications Delphi Avec 10.3

Delphi est utilisé pour créer certaines des applications Serveur Client les plus puissantes au monde. De la défense à la santé, Delphi est un choix fiable, en particulier lorsque les clients recherchent des clients Windows de hautes performances. Le début des années 2000 a été entièrement concentré sur les architectures homogènes, Java et .Net, et ont gagné en popularité auprès des…
Read more
News

New RAD Server Features in RAD Studio 10.3

The version of RAD Server that ships with RAD Studio 10.3 offers a very significant set of enhancements, mostly focused on how a resource (and have a URL) is mapped to classes and methods on the server. While the key idea of having classes (or data modules) that implement…
Delphi

Application Architecture Modernization with Delphi 10.3

Delphi is used to build some of the most powerful client-server applications in the world. From Defense to Healthcare, Delphi has been a reliable choice, especially when customers required high-performance Windows clients. The early 2000s saw a massive focus on homogeneous…
News

Delphi RTL Improvements in 10.3 Rio

While working on 10.2 updates, we started delving into some performance issues of the Delphi RTL, that were effecting other libraries like JSON processing, streaming, string processing, DataSnap and RAD Server web services, and more. In many cases, addressing these issues required adding new methods to existing classes, or adding new global functions, something we can do only in interface breaking…
Read more