About the author
In Community Server, a post is optionally tagged. When the post is displayed, it is listed as "Filed under:".
To turn this off, one can remove the <CSBlog:WeblogPostTagEditableList /> control. To edit what is displayed, edit the Resources.xml file (located under Languages\en-US) and change the "TagListTitle" entry.
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.