News

Aqua Data Studio Adds InterBase Support

Recently the ADS team at Idera released a new version of their database management environment. The new version notably adds direct support for Embarcadero InterBase relational database. You can read the full announcement athttps://community.idera.com/database-tools/blog/b/community_blog/posts/announcing-general-availability-of-aqua-data-studio-20-0delve into the specific features…
Read more
C++

RAD Studio Roadmap May 2019

With this article, the RAD Studio PM team is introducing an updated roadmap for Delphi, C++Builder and RAD Studio. This May 2019 roadmap includes plans for the next 12 months. Alongside, we have also published a May 2019 Roadmap PM Commentary blog post, with more details and…
Delphi

Classic Tips: VCL Multi-Column ListBox

I might be starting a new series of blog posts, going back to classic tips. This one was triggered by a Quality Portal report, which refers to an imprecise (but not fully incorrect) page of the RAD Studio Doc Wiki — same works in C++Builder. I did a quick Google…
Delphi

Attending Spring4D Conference Next Month in Italy

Wintech Italiaand Stefan Glienke have partneredto organize the first European conference focused on theSpring4D library. Stefan is also one of the main speakers, along with Primoz Gabrijelcic, while Paolo Rossi will help hosting the event. You can…
C++

iPhone X and iPad Pro resolution support on Delphi 10.3.1

With Delphi 10.3.1, you can build applications for the iPhone X series devices and iPad Pro with native resolution support. To support the newer resolutions, the overall configuration and some of the image names have changed. While this applies to new projects, existing…
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…