RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.AddStrings Method (TStrings)

Adds a group of strings to the list.

Pascal
procedure AddStrings(Strings: TStrings); virtual; overload;
procedure AddStrings(Strings: TWideStrings); virtual; overload;
C++
virtual __fastcall AddStrings(TStrings Strings);
virtual __fastcall AddStrings(TWideStrings Strings);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!