with TStringList.Create do begin Sorted := True; Text := ComboBox1.Items.Text; ComboBox1.Items.Text := Text end;