Replace the strings with the passed strings.
Source position: classesh.inc line 998
public procedure TStrings.SetStrings( |
TheStrings: TStrings |
); virtual; overload; |
TheStrings: array of string |
); virtual; overload; |
SetStrings sets the strings of the stringlist to the specified values in TheStrings. The values can be specified as another stringlist or as an array of strings. In difference with the Assign method it does not copy all other properties.
Internally it clears the array and calls TStrings.AddStrings.
|
Assign the contents of another stringlist to this one. |
|
|
Add contents of another stringlist to this list. |