System.WideStrings.TWideStrings.AddStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddStrings(Strings: TStrings); overload; virtual;
procedure AddStrings(Strings: TWideStrings); overload; virtual;

C++

virtual void __fastcall AddStrings(System::Classes::TStrings* Strings)/* overload */;
virtual void __fastcall AddStrings(TWideStrings* Strings)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

Description

Adds a group of strings to the list.

Call AddStrings to add the strings from another TWideStrings object to the list. If both the source and destination TWideStrings objects support objects associated with their strings, references to the associated objects will be added as well.

See Also