API:Vcl.Tabs.TTabList.AddStrings
Delphi
procedure AddStrings(Strings: TStrings); override;
C++
virtual void __fastcall AddStrings(System::Classes::TStrings* Strings)/* overload */;
inline void __fastcall  AddStrings(const System::DynamicArray<System::UnicodeString> Strings){ System::Classes::TStrings::AddStrings(Strings); }
inline void __fastcall  AddStrings(const System::DynamicArray<System::UnicodeString> Strings, const System::DynamicArray<System::TObject*> Objects){ System::Classes::TStrings::AddStrings(Strings, Objects); }
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Vcl.Tabs.pas Vcl.Tabs.hpp | Vcl.Tabs | TTabList | 
Description
Adds a group of strings to the list.
Vcl.Tabs.TTabList.AddStrings inherits from System.Classes.TStrings.AddStrings. All content below this line refers to System.Classes.TStrings.AddStrings.
Adds a group of strings to the list.
Call AddStrings to add the strings from another TStrings object to the list. If both the source and destination TStrings objects support objects associated with their strings, references to the associated objects will be added as well.
See Also
Code Examples