Migrating from TMainMenu/TPopupMenu
Toolbar2000 comes with a TMainMenu/TPopupMenu to TTBToolbar conversion tool, so it is not necessary to re-create all of your menus from scratch when implementing Toolbar2000 in an existing project.
Here is how to use it. It is recommended that you make a backup copy of your form before proceeding.
- Open the form containing the TMainMenu or TTBPopupMenu component you want to convert.
- Create a TTBToolbar component on the form (if you haven't already done so), and double-click it to invoke the Toolbar Editor.
- On the Toolbar Editor's toolbar, click Tools then Convert TMainMenu/TPopupMenu.
- Follow the on-screen instructions to proceed with the conversion. If it encounters any properties or events that it is not able to convert, warning messages will be displayed.
- If you are satisfied with the results, you may delete the TMainMenu or TPopupMenu component.