0
In designer mode it is very easy to assemble the main menu of an application with Delphi, and I also know how to assemble a menu via code at Runtime.
But what I’m willing to do is enable the end user to work on the menu through "Mainmenu Designer" that we easily access in Delphi at designer by giving two clicks on the component TMainMenu
.
Is it possible to do the above? How?
Follow the goal I wish to achieve:
All menus are linked to the same event, which calls a function that opens a form according to some received parameters. The main menu of the system is mounted dynamically, based on the data of a database table. What I would like is to facilitate the maintenance in this comic table.
Hello, I’ve been working with Dephi for almost 7 years and to this day I’ve never seen a client working with Tmainmenu.
– Carlos Henrique
If what I understand is: Client add or remove "Existing and Already Programmed" Menus is easy. But if the intention is to develop a new menu, example, adding a "About" that is not programmed and has some effect is "impossible"!
– Junior Moreira
@Junior All menus are linked to the same event, which calls a function that opens a form according to received parameters. The main menu of the system is mounted dynamically, based on the data of a database table. What I would like is to facilitate the maintenance in this comic table.
– Andrey
Edit the question and add details of this code
– Junior Moreira