[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add contents of another stringlist to this list.
Source position: classesh.inc line 706
public procedure TStrings.AddStrings( |
TheStrings: TStrings |
); virtual; overload; |
TheStrings: TStrings; |
ClearFirst: Boolean |
); overload; |
const TheStrings: array of string |
); virtual; overload; |
const TheStrings: array of string; |
ClearFirst: Boolean |
); overload; |
AddStrings adds the contents of TheStrings to the stringlist. Any associated objects are added as well.
|
Add a string to the list |
|
|
Assign the contents of another stringlist to this one. |