Marco Tech Blog

January, 2018

Blog posts archive for the given month, sorted by date. See the link for entire blog archive above.


HTTP Protocol Related Improvements in Delphi 10.2.2

In Delphi and C++Builder Tokyo 10.2.2 we have added a number of features to the HTTP client and REST client libraries. Here is a summary. -- Read blog post.

Try-Finally Blocks for Protecting Multiple Resources in Delphi

In the Delphi language resource allocations and use is generally protected with try/finally blocks. But what's the best practice for protecting multiple resources? We've had some internal discussions and I'd like to share some of the considerations. -- Read blog post.