Ribbon

You are currently browsing articles tagged Ribbon.

Whenever I get a new version of Delphi, I create a plain VCL Forms Application and browse the tool palette.

I love what I found with a first glimpse! There is a tab called “Ribbon Controls” that contains 5 additional VCL Controls to allow you to build applications with Ribbon support.

  • TRibbon
  • TRibbonComboBox
  • TRibbonSpinEdit
  • TScreenTipsManager
  • TScreenTipsPopup

In order to get known with the functionality, I opened the Ribbon demo, which also is included with Delphi 2009. This… Continue reading