RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbon.Tabs Property

Collection of TRibbonTabs visible on ribbon.

Pascal
property Tabs: TRibbonTabs;
C++
__property TRibbonTabs Tabs;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!