Toolbar2000

TTBMDIHandler

Properties

Description:

This component adds the MDI system menu and minimize/restore/close buttons to a menu bar when an MDI child window in the application is maximized. The Toolbar property specifies the menu bar.

Any MDI application which uses Toolbar2000 for its menus should use this component.

Remarks:

Currently TTBMDIHandler is only designed to work with wrapped (ShrinkMode = tbsmWrap) menu bars.

The items on the system menu are generated from the actual MDI child form's system menu. Therefore, the captions of the items are properly localized.

Key Properties:

  • property Toolbar: TTBCustomToolbar; The menu bar that the MDI system menu and buttons should be added to. This menu bar's ShrinkMode property should be set to tbsmWrap.