We are currently using Delphi 5 and Delphi 2005 for development and are exploring the .NET transition through Delphi Prism.
Is there a .NET equivalent for a Delphi ActionList?
For those unfamiliar with ActionList, this is a component that contains a collection of actions that we create, for example. Save, update, load, etc. Each action can have a title, image, enable / disable its purpose. After that, you can assign a button to an action, and the button inherits the action label, image, etc., And if the user interface has a save action, available both as a menu item and a button, they can use the same action.
Robo
source share