Vcl.Ribbon.TRibbonPage.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read FIndex write SetIndex;

C++

__property Index;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonPage

Description

Specifies the index of the ribbon page.

Vcl.Ribbon.TRibbonPage.Index inherits from Vcl.Ribbon.TCustomRibbonPage.Index. All content below this line refers to Vcl.Ribbon.TCustomRibbonPage.Index.

Specifies the index of the ribbon page. This index identifies the position of the ribbon page on the ribbon, starting from 0.

See Also