API:Vcl.Ribbon.TRibbon.Tabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tabs: TRibbonTabs read FTabs write SetTabs stored IsTabsStored;

C++

__property Tabs;

Properties

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

Description

Collection of TRibbonTabs visible on ribbon.

Vcl.Ribbon.TRibbon.Tabs inherits from Vcl.Ribbon.TCustomRibbon.Tabs. All content below this line refers to Vcl.Ribbon.TCustomRibbon.Tabs.

Collection of TRibbonTabs visible on ribbon.

Tabs contains a collection of TRibbonTabs visible on the ribbon.

Tabs is a linked list of TRibbonTabs objects. TRibbonTabs is a simple data structure that contains the caption for the tab, the keytip for the tab as well as a reference to the Tab object.

See Also