About the author
The Web Deploy feature is now back for Delphi 2005 and BDS 2006. You use this when you need to deploy your ActiveX projects.
Chee Wee's Web Deploy tool for Delphi 2005
Chee Wee's Web Deploy tool for BDS 2006
Here's the before and after pictures.
Thanks to Chris Bensen, the original author of Web Deploy, for his assistance in making this possible.
Though the Web Deploy Options dialog looked entirely like those available in earlier versions of Delphi (I extracted the forms using “Delphi Explorer 7.1”, a Delphi resource application that I wrote about 3 years ago), those features are not entirely implemented.
Enjoy!
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.