Insert

Declaration: TStringList.Insert(Index: Integer; const S: string);
Inserts the string S to the list at the position specified by Index (zero based!).