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!
In 2017, with the release of Delphi 10.2 Tokyo, Embarcadero introduced a specialized implementation of the Observer pattern into the System.Classes unit. While it has been in the wild for 9 years, it remains a "hidden" architecture for many, primarily because it serves as the invisible engine behind LiveBindings. Other than live bindings, you can also use the Observer pattern as a way to update component settings to the Windows registry, an .ini file, or persist it elsewhere.
System.Classes