I have noticed a rather annoying oddity with Delphi toolbars. I have a TToolbar
that has logical groups of icons. To make the grouping stand out I would like to
As already explained, you can't do this using TToolBar due to changes in the Operating System.
However, by using ActionToolBars you can achieve what you want to achieve - even with the current version of Delphi (XE6) and Windows 8.1/2012 R2 theming. Here's the steps:
End Result - A nice looking app with dividers betwen your icons.