Delphi

How to Transfer Images via DataSnap REST Part 3

Author: Landerson Gomes In this post you will watch the video of how to upload files from an Android client application to Datasnap REST Server. Watch it! {“video”:”https://www.youtube.com/watch?v=NquqzZHGqi8″,”width”:”400″,”height”:”225″} Access the original post in Portuguese:TRANSFERINDO IMAGEM…
Read more
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

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 shell that allows you to perform tasks on a Linux box. When your session ends and you reconnect, a new machine is created for…
Read more
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…
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 Modern Delphi language (Interfaces, Generics, Anonymous Methods) with aclass on reflection and RTTI. You can buy each of…
Read more
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…
News

DataSet Mapping to JSON for JavaScript client support in RAD Studio 10.2.2

RAD Studio has offered support for JSON in different ways and for a long time. From the JSON system unit (originally part of the DBX space) to the old DataSnap table mapping (also via DBX) and to FireDAC tables to JSON mapping, there are many ways to interact with JSON data structures. However, until the most recent release, we lacked a way to map a dataset to a custom JSON structure — the…
Read more