Skip to content

TMiletusMainMenu

Description

This component allows to display a native menubar when the application is launched. Creating a TMiletusMainMenu and adding TMainMenuItems to it is similar to VCL's TMainMenu.

Designtime Runtime

Updating a TMiletusMainMenu

The menu needs to be recreated and reassigned to the window after each modification. To make this procedure simple, just call the following line after modifying a menu:

MiletusMainMenu1.EndUpdate;