Vcl.Tabs.TTabSet.Tabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tabs: TStrings read FTabs write SetTabList;

C++

__property System::Classes::TStrings* Tabs = {read=FTabs, write=SetTabList};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs 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.

See Also