Toolbar2000

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.

  1. Open the form containing the TMainMenu or TTBPopupMenu component you want to convert.

  2. Create a TTBToolbar component on the form (if you haven't already done so), and double-click it to invoke the Toolbar Editor.

  3. On the Toolbar Editor's toolbar, click Tools then Convert TMainMenu/TPopupMenu.

  4. 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.

  5. If you are satisfied with the results, you may delete the TMainMenu or TPopupMenu component.