Vcl.RibbonActnCtrls.TKeyTipMatchItem.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read FIndex write FIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipMatchItem

Description

Determines which tab to change to.

If the MatchType is mtTabs, then the Index property is used to determine the tab to which to change.

See Also