Add a string to the list.
Source position: classesh.inc line 1006
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