RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonGroup Class

Control used to display the user selectable commands for the ribbon.

Pascal
TRibbonGroup = class(TCustomRibbonGroup);
C++
class TRibbonGroup : public TCustomRibbonGroup;

TRibbonGroup is a TCustomRibbonGroup that is used to display the user selectable commands for the ribbon. 

When creating a user interface using TRibbon, you add commands to ribbon groups. Ribbon groups are placed on a ribbon page. You can add new groups to a ribbon by right clicking on the ribbon page and selecting the Add Group component editor item. 

The position of the ribbon group is determined by the ribbon page that it was placed on. You cannot freely move the ribbon group around the ribbon page. To change the position of the group within the same page, change the GroupIndex property. 

To move the ribbon group to another ribbon page, use the Move Group command available when right clicking on the ribbon page at design time. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!