About the author
I've created a Delphi Win32 project that preprocesses Delphi.NET project files so that it can enable a project to be compilable for the Compact Framework (without errors), using the Delphi for .NET Compact Framework Technology Preview.
The source and binary for the Delphi Win32 project is available on CodeCentral.
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.