Vcl.Ribbon.TCustomRibbonPage.Groups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Groups[Index: Integer]: TCustomRibbonGroup read GetGroup;

C++

__property TCustomRibbonGroup* Groups[int Index] = {read=GetGroup};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage

Description

List of ribbon groups.

See Also