Move

Declaration: TStringList.Move(CurIndex, NewIndex: Integer);
The method Move changes the position of a string in the list from the current position given by CurIndex to the new position specified by NewIndex. The positions are specified as 0-based indexes.