JCL Help:TWideStrings.AddStrings@TStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TWideStrings.AddStrings Method (TStrings)
[+] TWideStrings Events
[+] TWideStrings Methods
[+] TWideStrings Properties
Search in JCL Help
Search in all projects
Summary
Copies strings from another TStrings or TWideStrings into this object.
Pascal
public procedure AddStrings(Strings: TStrings); virtual; overload;
public procedure AddStrings(Strings: TWideStrings); virtual; overload;
Parameters
Parameters | Description |
Strings: TStrings | The source list from which to copy the items to this list. |
Description
Use AddStrings to add the strings from a TStrings or TWideStrings descendant to this list. If the source list has objects associated with its items a reference to these objects is copied as well (only a reference, no deep copy is made). Note that the strings in the source list are implicitly converted to WideStrings based on the systems locale for the overloaded method that accepts a TStrings.
See Also
About
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page