Add a string to the list.
public procedure TStrings.Append(
const S: String
);
Append does the same as TStrings.Add, only it does not return the index of the inserted string.
TStrings.Add
Add a string to the list