Add

Declaration: TStringList.Add(astr: string): integer;
Adds the string astr to the end of the list. Add returns the position of the item in the list (zero-based index).