Vcl.Ribbon.TCustomRibbonPage.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read FIndex write SetIndex;

C++

__property int Index = {read=FIndex, write=SetIndex, nodefault};

Properties

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

Description

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

See Also