Vcl.Tabs.TTabList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringListSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTTabList

Delphi

TTabList = class(TStringList)

C++

class PASCALIMPLEMENTATION TTabList : public System::Classes::TStringList

Properties

Type Visibility Source Unit Parent
class public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs Vcl.Tabs

Description

TTabList maintains a list of strings representing tab captions.

TTabList is used to store and manipulate a list of strings representing tab captions.

See Also