Vcl.Tabs.TTabList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const S: string): Integer; override;

C++

virtual int __fastcall Add(const System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabList

Description

Adds a new tab caption to the list.

Add inherits the base class method from TStringList. Additionally, the owner of TTabList is invalidated, forcing a redrawing of the list.

See Also