Skip to main content
A newer version of this page is available. .

TdxRibbonTabGroups Class

A collection of tab groups in the Ribbon tab.

Declaration

TdxRibbonTabGroups = class(
    TCollection
)

Remarks

A tabbed page can contain any number of bar items. To allow end-users to work with controls in an efficient way, related bar items can be organized into a set of separate groups.

The TdxRibbonTabGroups class is designed to manage a collection of these groups. With this class you can:

  • Add a new group to the tab (see the Add method);

  • Access an individual group in the collection (see the Items property);

  • Obtain a reference to the tab that owns the collection (see the Tab property).

The TdxRibbonTabGroups object is referenced by the tab’s Groups property.

Inheritance

See Also