Blog posts archive for the given month, sorted by date. See the link for entire blog archive above.
February 1, 2016
As you might have seen if you visited my blog during the last two days, I'm in the process of a complete redesign of the user interface (not the underlying engine). Hope you'll appreciate the results. -- Read blog post.
February 3, 2016
Another round up of interesting links and blog posts for Delphi developers. -- Read blog post.
February 8, 2016
The RAD Studio roadmap for 2016, including plans for Delphi and C++Builder for the current year, is now public -- Read blog post.
February 12, 2016
Yesterday Embarcadero has released two hotfixes for RAD Studio XE7 and RAD Studio XE8 including a number of bug fixes that have already been made available in RAD Studio 10 Seattle. -- Read blog post.
February 15, 2016
Starting yesterday, a few RAD Studio iOS developers have been experiencing provisioning issues, due to the expiration of an Apple intermediate certificate, not of their own developer certificate. -- Read blog post.
February 22, 2016
Another collection of relevant news and blog posts on Delphi and RAD Studio, from the last couple of weeks. -- Read blog post.
February 24, 2016
I've just uploaded on GitHub my runtime Object Inspector, or ObjectDebugger, for VCL applications. -- Read blog post.
February 29, 2016
There has been a recent request to add to for loop in the Object Pascal language the ability to add a step, that is an increment different from one. Here is an alternative implementation using a for..in loop and a custom enumerator. -- Read blog post.