RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.Tabs Property

Contains the list of text strings that appear on the tabs.

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

For each string in the Tabs property, a new tab is created to display the text string. At design time, you enter the text strings you want to appear on the tabs using the String List editor. Double-click the value column of the Tabs property to display the String List editor. You can also change strings in the Tabs property at runtime. 

 

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