Assign the contents of another stringlist to this one.
Source position: classesh.inc line 1007
| public procedure TStrings.Assign( | 
| Source: TPersistent | 
| ); override; | 
Assign replaces the contents of the stringlist with the contents of Source if Source is also of type TStrings. Any associated objects are copied as well.
| 
 | Add a string to the list. | |
| 
 | Add contents of another stringlist to this list. | |
| 
 | Assign the contents of one class to another. |