Vcl.Ribbon.TRibbonGroup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Ribbon.TCustomRibbonGroupVcl.Ribbon.TCustomActionControlBarVcl.ActnCtrls.TCustomActionToolBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarTRibbonGroup

Delphi

TRibbonGroup = class(TCustomRibbonGroup)

C++

class PASCALIMPLEMENTATION TRibbonGroup : public TCustomRibbonGroup

Properties

Type Visibility Source Unit Parent
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

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

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.

See Also