Vcl.Tabs.TTabList.AddStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddStrings(Strings: TStrings); override;

C++

virtual void __fastcall AddStrings(System::Classes::TStrings* Strings)/* overload */;
inline void __fastcall  AddStrings(const System::UnicodeString *Strings, const int Strings_High){ System::Classes::TStrings::AddStrings(Strings, Strings_High); }
inline void __fastcall  AddStrings(const System::UnicodeString *Strings, const int Strings_High, System::TObject* const *Objects, const int Objects_High){ System::Classes::TStrings::AddStrings(Strings, Strings_High, Objects, Objects_High); }

Properties

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

Description

Adds a group of tab captions to the list.

Call AddStrings to add the strings from a TStrings object as tab captions to the list.

See Also