TActionMainMenuBar does not have this feature.
TActionToolBar adds Chevron automatically, but this menu have some customize commands.
How to add this feature to TActionMainMenuBar and hide customize commands from Chevron menu?
Or maybe emulate this feature?
The solution for TActionToolBar:
Copy Vcl.ActnMenus and Vcl.ActnCtrls to your project source folder.
Now modify procedure TCustomToolScrollBtn.DrawArrows in ActCtrls
And change procedure TCustomizeActionToolBar.DoAddCustomizeItems in Vcl.ActnMenus Just comment code:
Now Chevron is visible if some elements are hidden, and in its menu there are no tools for customization.