Delphi: Styled TMainMenu and TToolBar in TCoolBar

I am trying to create an application menu and toolbar in Delphi XE3, which looks like this (from the program I have):

Main menu and toolbar in TCoolBar

I can reproduce part of this view by following these steps:

  • Create a New VCL Forms Application
  • Add TMainMenuand paste the template menu for the file / Edit / etc.
  • Add TCoolBarto form
  • Add TToolBartoTCoolBar
  • Add TToolButtonin TToolBarfor each of File / Edit / etc. and select the Group property
  • Remove the menu property from the form (therefore, the program menu is not displayed)
  • Assign the MenuItem property for each TToolButtoncorresponding file / Edit / etc.
  • Add a second TToolBarto TCoolBarunder the first

Here's what it looks like:

My main menu and toolbar in TCoolBar

, - , .

: - , , , ? , VCL. TCoolBar.

Raize Components, TMS Advanced Toolbars , DevExpress VCL. , , , , , , .

+5
1

Delphi ActionBands, , " " , TActionMainMenuBar ( TActionToolBar). Style XP Style :

ActionBands demo

. . ImageList TActions .

+5

All Articles