Vcl.Ribbon.TCustomRibbon.Tabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tabs: TRibbonTabs read FTabs write SetTabs stored IsTabsStored;

C++

__property TRibbonTabs* Tabs = {read=FTabs, write=SetTabs, stored=IsTabsStored};

Properties

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

Description

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