About the author
There's an undocumented Delphi 8 Project Settings Persistence File. It's known as DefProject.bdsproj. It's located in Documents and Settings\<User Name>\My Documents\Borland Studio Projects.
Normally, this file doesn't exist, and so, you create projects happily, without knowing that the IDE checks for the existence of this file.
DefProject.bdsproj comes into existence as soon as you click the “Default” checkbox in Project Options.
The next time you create a new project, Delphi 8 takes the settings found in DefProject.bdsproj, and applies it to your new project.
Isn't it alright then? Well, IMHO, it is, if the existence of the file is documented. The fact is, it's not. So, I was having problems with a new project until I managed to track down the existence of this file and destroyed it off with a photon torpedo.
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.