Each bigger Windows application maintains a "MRU" list (most recently used) or a list of currently opend windows, files etc.. To do this by "hand" seems to be a complicated story. TFlexMenu component enables you to add or remove itmes on a menu dynamicly.
TFlexMenu component enables you to add or remove itmes on a menu dynamicly. Useful for flexibe menu entries like MRU or window lists. TFlexMenu features automatic numbering of the added menuitems and automatic add/remove of separator lines. TFlexMenu is a non visual component.
It provides the following properties and methods:
Properties:
2 Entry No. two
3 Entry No. three
4 Entry No. four
If you remove "Entry No. two" the items will be automaticly renumberd and then look like this:
1 Entry No. one2 Entry No. three
3 Entry No. four
If NumberItems is TRUE, the Number is the Shotcut to the MenuItem! CreateLine IF true, The first added menuitem also adds a separator line to the menu. The line is automaticly removed, if all menus that are added are removed.