Converting an existing form from a plain TMainMenu to a TMainMenu plus a TActionList is one of those jobs that is not difficult, just tedious: For every menu item you create an action, copy the caption and the shortcut over, move the OnClick handler to the action's OnExecute, and then assign the action back to … Continue reading GExperts: New Expert “Menu Items to Actions”