Tabs.TTabSet.Tabs
From RAD Studio VCL Reference
Contents |
Delphi Information
From Tabs.pas
property Tabs: TStrings read FTabs write SetTabList;
Unit: Tabs
Type: property
Visibility: published
Member Of: TTabSet
C++ Information
From Tabs.hpp
__property Classes::TStrings * Tabs = {read=FTabs,write=SetTabList};
Unit: Tabs
Type: property
Visibility: public
Member Of: TTabSet
Description
Contains the list of text strings that appear on the 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.