Vcl.Ribbon.TCustomRibbonGroup.GroupIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupIndex: Integer read FGroupIndex write SetGroupIndex;

C++

__property int GroupIndex = {read=FGroupIndex, write=SetGroupIndex, nodefault};

Properties

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

Description

Index of group within current tab.

GroupIndex is the index of the group within the current tab. Set the GroupIndex property to change the position of the group within the current tab.