Over the last few months we were able to investigate some very specific CodeInsight bugs (with reproducible cases) and we have been able to work on...
Marco Cantu
Speaking at Delphi Conferences in Italy and Poland in June
While most of the Delphi conferences in Europe happen in the fall (September and October are generally fairly crowded months), there are also a few...
Desktop Development on Windows and Delphi VCL Library
Despite all the push for web and mobile development, which are certainly growing a lot, Windows desktop development is far from death. In fact, at...
Delphi 10.2.3 RAD Server Linux Apache Patch Released
As you have probably seen, Embarcadero has released a few patches for 10.2.3. I wrote about them...
My Blog is Having Serious Hiccups, Let’s Plan a Move
You might have seen my blog has had a few issues recently. It is a very old application written in Delphi and running on a totally outdated Linux...
Delphi Blogs of the Month #59
I have already blogged specifically about the 10.2.3 release, the patches we delivered for it, and linked to the collection of related articles...
Recap of RAD Studio 10.2.3 Patches and Information
The replay launch webinar done by the PM team earlier in April is available on YouTube and it is linked...
Two Small RAD Studio 10.2.3 Patches
Embarcadero has released a couple of small and focused patches for the recent RAD Studio, Delphi, and C++Builder 10.2.3 update. The first is an...
Database and FireDAC Enhancements in RAD Studio 10.2.3
I already blogged about RAD Server changes and RTL fixes in the Delphi, C++ Builder and RAD Studio 10.2.3 update. Another area that has received...
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...
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....
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....
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...
Running a Delphi Linux Application on Google Cloud Shell
Google has made available to all its Gmail users a Linux Shell to interact with their Cloud Services, called Google Cloud Shell. This shell is a...
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 (and I had the luck to be there, as I...
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...
Try-Finally Blocks for Protecting Multiple Resources in Delphi
The Delphi language shares with many others a standard resource allocation pattern to make sure that in case of an exception the resources is...
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...
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...
New VCL Panels in Delphi 10.2.2
With the need to support more screen resolutions, while creating nice looking user interfaces and pleasant user experiences, we think it is...
Debugging Delphi Apps on Android 8.1 Works
When Google introduced Android 8 this summer, they increased the platform security but happened to block socket access to the debugger, basically...
New VCL Date and Time Picker Controls in Delphi 10.2.2
We at Embarcadero continue to consider the VCL as the best library for Windows-specific GUI development and are continuing the effort of improving...
Delphi Blogs of the Month #57
As usual, this is a collection of links to relevant blog post and other newws you might heve missed over the recent perios of time, and that relate...
Explaining Tasks in Delphi Parallel Library… by Creating too Many Tasks
Recently, I wrote some new demo for Delphi PPL (Parallel Programming Library), while doing some research for an online class -- which is available...