Hello,
in Delphi, you can create a vertical break in a menu:
tMenuItem.Break := mbBarBreak
In Lazarus, you can create a horizontal separator:
tMenuItem.AddSeparator
I did not realize how to generate a vertical break to get a submenu with two or more columns.
Is there another command or is it not implemented yet?