The abfMenus set contains following components:
TabfSystemMenuItem
TabfSystemMenuItem is a non-visual component that adds a menu item into
the system menu of any window, form or application. The menu item can be
taken from any TMainManu or TPopupMenu components.
TabfSystemMenuInserter
TabfSystemMenuInserter is a non-visual component that adds all items of
some TPopupMenu component into the system menu of any window, form or
application.
TabfPopupMenu
TabfPopupMenu is an enhanced popup menu that has the OnClose event and
the Visible property. You can easily determine is popup menu shown or not, and
notify the closing of popup.
Shell menu extension DLL template
The abfShellMenu project is a template for creating any custom shell menu
extensions. You'll be able to add own items to any menu of Windows shell
in a few minutes, using a source code of this template.
Note: The source code is present in WOS and Full
versions only, and compatible with Delphi 4 (and higher).