News

RTL Enhancements in RAD Studio 10.2.3

As listed in the “What’s New in 10.2.3” DocWiki page,http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3, among the changes, new features, and fixesin the latest update of 10.2 Tokyo. One of the added features isMIME support improvements for the REST Client library. This was achieved by adding a new internal TMimeTypes class to handle the…
Read more
News

RAD Server Support for Web Files in RAD Studio 10.2.3

The RAD Server (formerly EMS) platform is evolving to be a better backend for JavaScript applications, including of course those built with Ext JS. In the 10.2.2 release we improved support for returning JSON data based on the result of database queries, as covered…
News

Delphi Blogs of the Month #58

The last few months have been really a bit hectic, and I failed to find the time for my regular “notable Delphi blog posts” summary. I’ve also done very few blog posts in general. Here is one, with key entries only (or I’d be way too…
News

Speaking in London About Delphi Tokyo on Thursday, March 15th

Next week I’ll be presenting at an event in London organized by our partner Grey Matter. You can find more information and the link to sign up onhttp://www.greymatter.com/corporate/events/to-delphinity-and-beyond-free-delphi-workshop/ Titled “To Delphinity and Beyond” the event is focused on a general update of where the product is today and where it is heading in the…
Read more
News

Running a Delphi Linux Application on Google Cloud Shell

Google has made available to all Gmail users a Linux Shell called Google Cloud Shell for interacting with their Cloud Services. This shell is a free Debian 7 shell with a storage capacity of 5GB. It is not a VM that continues to run while you are disconnected, but rather a…
News

RAD Studio 10.2.2 Tokyo February 2018 Patch Re-Released

Last week, Embarcadero released a patch for Tokyo 10.2.2, focused on Android and RTL improvements. What happened is that Windows would not always ask for execution with admin account (on systems with active User Account Control) and could end up copying the replacement files…
News

Delphi 23 and Delphi 10.2.3

Today is Delphi’s 23rd birthday. The product was launched on Valentine day in 1995 in San Francisco (andI had the luck to be there, as I covered in the past). 23 years is a lot of time for people. It is a incredibly long time for technologies. It is hard to find a language, framework and IDE from 23 years ago you can use to build todays’s and tomorrow’s software. Of course…
Read more
News

My New RTTI in Delphi Class on Embarcadero Academy

As you might remember, I’m helping building the Delphi curricula on the Embarcadero Academy web site. My focus so far has been on the Delphi language, while other tackle VCL and other areas, or other languages and tools. Last week I completed my set of classes on the…
News

HTTP Protocol Related Improvements in Delphi 10.2.2

The new features for the HTTP client library offer more flexibility and options in terms of protocol and standards support. Better Secure Protocols Support The first change is the improved support for security protocols. In the pastit wasn’t possible to specify the required security protocols (TLS1.1, TLS1.2, etc.) for an HTTP request. We have added a new…
Read more