About the author
While working on building blockchain node infrastructure, one of the tools I used is Terraform.
The built-in providers in Terraform didn't allow me to check whether a file, or directory exists, or even to create directories.
So I wrote a custom Terraform provider that does that.
It's available on Github now.
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.