I'm using the Windows Ribbon Framework for Delphi. The documentation says that the TAB command is of type TUICommandAnchor command class, and that "these command classes provide no additional properties or events to the TUICommand base class". However, I saw that the TUICommandAnchor has the property [TUICommandAnchor].TActionLink.Action that is the same as for TUICommandAction and serves to inform the callback function's name to call when click on it. I created an Action and entered the name of the event in TActionLink.Action property and did not work. Does anyone know if there is any event that is triggered when clicking the TAB on Ribbon?
Regards.